build: fix dbus activation file generation

https://bugzilla.gnome.org/show_bug.cgi?id=704711
This commit is contained in:
Aleksander Morgado
2013-07-23 11:04:29 +02:00
parent 599b3dd830
commit 74056e02ce
2 changed files with 3 additions and 1 deletions

View File

@@ -265,7 +265,6 @@ data/Makefile
data/ModemManager.pc
data/mm-glib.pc
data/org.freedesktop.ModemManager1.policy.in
data/org.freedesktop.ModemManager1.service
include/Makefile
include/ModemManager-version.h
build-aux/Makefile

View File

@@ -35,6 +35,9 @@ endif
dbusactivationdir = $(datadir)/dbus-1/system-services
dbusactivation_DATA = org.freedesktop.ModemManager1.service
dbusactivation_in_files = org.freedesktop.ModemManager1.service.in
org.freedesktop.ModemManager1.service: org.freedesktop.ModemManager1.service.in
$(edit) $< >$@
# Icon
icondir=${datadir}/icons/hicolor/22x22/apps