diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-03 19:02:56 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-03 19:02:56 -0700 |
commit | 49b50db0cb1ecc5611a242d12b9ca05b961c91ac (patch) | |
tree | d1faaa2f6939babececb1ff9f444dc64710b0130 /Makefile.am | |
parent | 78d181dc74ffb3e67ee0d90780b86e00e03073eb (diff) |
launchd: Include LAUNCHD_ID_PREFIX in the socket name for reverse lookup to tell which launchd id owns $DISPLAY
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9ae6c1..ae7ad77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ CPP_FILES_FLAGS = \ -DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \ -D__libexecdir__="$(libexecdir)" \ -D__bindir__="$(bindir)" \ - -DLAUNCHD_ID_PREFIX=\"$(launchdidprefix)\" + -DLAUNCHD_ID_PREFIX="$(launchdidprefix)" if LAUNCHD $(launchdidprefix).startx.plist.cpp: org.x.startx.plist.cpp |