From 78d181dc74ffb3e67ee0d90780b86e00e03073eb Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 2 Sep 2009 10:43:25 -0700 Subject: launchd: Added --with-launchd-id-prefix option to set non-standard launchd id prefix (org.x is still default) --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 951d51a..a9ae6c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,10 +56,14 @@ CPP_FILES_FLAGS = \ -DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \ -DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \ -D__libexecdir__="$(libexecdir)" \ - -D__bindir__="$(bindir)" + -D__bindir__="$(bindir)" \ + -DLAUNCHD_ID_PREFIX=\"$(launchdidprefix)\" if LAUNCHD -launchagents_PRE = org.x.startx.plist.cpp +$(launchdidprefix).startx.plist.cpp: org.x.startx.plist.cpp + cp $< $@ + +launchagents_PRE = $(launchdidprefix).startx.plist.cpp launchagents_DATA = $(launchagents_PRE:plist.cpp=plist) SUBDIRS = privileged_startx -- cgit v1.2.3