summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-17 13:07:56 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-17 17:49:55 +0200
commitaa11387031d74a918f8e20249d66068505e0df34 (patch)
treef1f25ba6df20d16193545d68733796cdd4a1844d /Makefile.am
parentb697a78dd3a39052b5497c7d9e19ef75421f9064 (diff)
downloadxdg-app-aa11387031d74a918f8e20249d66068505e0df34.tar.gz
tests: Add test-run-system.sh
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d599bdf..36c7bb8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ endif
SUBDIRS += po
%.service: %.service.in config.log
- $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+ $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" -e "s|\@extraargs\@||" $< > $@
dbus_servicedir = $(DBUS_SERVICE_DIR)
service_in_files = $(NULL)