diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-23 11:04:29 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-23 11:04:29 +0200 |
commit | 74056e02ced535400ce961f6bcd39cb049ca7ff2 (patch) | |
tree | 8e20cc04db8908c9e119adfc3eabbb2caa1e9052 /data | |
parent | 599b3dd830a64d7ea12522ae91b9e652c05476c0 (diff) |
build: fix dbus activation file generation
https://bugzilla.gnome.org/show_bug.cgi?id=704711
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3a31ec51..70a92ee0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -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 |