diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2891606..243662c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,10 +10,13 @@ dbus_services_DATA = indicator-sound.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ +indicatordir = $(INDICATOR_DIR) +dist_indicator_DATA = com.canonical.indicator.sound + EXTRA_DIST = \ $(gsettings_SCHEMAS) \ indicator-sound.service.in CLEANFILES = \ $(dbus_services_DATA) -
\ No newline at end of file + |