diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-21 17:05:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-21 17:05:11 +0000 |
commit | 5cf3572c045e74e1b54d8dce4f52147e3a74ccf8 (patch) | |
tree | c50b54782264026c87897e2544a8a066ab5b1458 /app/xinit/launchd/user_startx/Makefile.am | |
parent | 2b6a19ae737e110c762371c2602a5cfedafd2c63 (diff) |
Update to xinit 1.4.0
Diffstat (limited to 'app/xinit/launchd/user_startx/Makefile.am')
-rw-r--r-- | app/xinit/launchd/user_startx/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xinit/launchd/user_startx/Makefile.am b/app/xinit/launchd/user_startx/Makefile.am index bf18fb085..e895ee202 100644 --- a/app/xinit/launchd/user_startx/Makefile.am +++ b/app/xinit/launchd/user_startx/Makefile.am @@ -21,9 +21,7 @@ include $(top_srcdir)/cpprules.in -xinitrcdir = $(XINITDIR) - -xinitrc_PROGRAMS = launchd_startx +libexec_PROGRAMS = launchd_startx AM_CPPFLAGS = -I$(srcdir)/.. -DXINITDIR=\"$(xinitrcdir)\" -DBINDIR=\"$(bindir)\" @@ -32,6 +30,7 @@ dist_launchd_startx_SOURCES = \ launchd_startx.c CPP_FILES_FLAGS = \ + -D__libexecdir__="$(libexecdir)" \ -D__xinitrcdir__="$(xinitrcdir)" \ -D__bindir__="$(bindir)" \ -DBUNDLE_ID_PREFIX="$(bundleidprefix)" |