build fix: D-Bus service .in file must be packaged in all cases

org.Moblin.SyncEvolution.service.in was only included in EXTRA_DIST
of D-Bus was enabled. It has to be packaged even if D-Bus support
is off.
This commit is contained in:
tester 2009-06-25 23:40:24 +02:00
parent 1f7ca84681
commit 91969890ed

View file

@ -1,8 +1,8 @@
BACKENDS = @BACKENDS@
service_in_files = org.Moblin.SyncEvolution.service.in
if COND_DBUS
servicedir = $(DBUS_SERVICES_DIR)
service_in_files = org.Moblin.SyncEvolution.service.in
service_DATA = $(service_in_files:.service.in=.service)
$(service_DATA): $(service_in_files) Makefile
@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@