diff options
Diffstat (limited to 'launchd/user_startx/Makefile.am')
-rw-r--r-- | launchd/user_startx/Makefile.am | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/launchd/user_startx/Makefile.am b/launchd/user_startx/Makefile.am index 600d325..30270dd 100644 --- a/launchd/user_startx/Makefile.am +++ b/launchd/user_startx/Makefile.am @@ -23,10 +23,16 @@ include $(top_srcdir)/cpprules.in xinitrcdir = $(XINITDIR) +xinitrc_PROGRAMS = launchd_startx + +AM_CPPFLAGS = -DXINITDIR=\"$(xinitrcdir)\" -DBINDIR=\"$(bindir)\" -DLAUNCHD_ID_PREFIX=\"$(launchdidprefix)\" + +dist_launchd_startx_SOURCES = \ + ../console_redirect.c \ + launchd_startx.c + CPP_FILES_FLAGS = \ - -DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \ - -DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \ - -D__libexecdir__="$(libexecdir)" \ + -D__xinitrcdir__="$(xinitrcdir)" \ -D__bindir__="$(bindir)" \ -DLAUNCHD_ID_PREFIX="$(launchdidprefix)" |