summaryrefslogtreecommitdiff
path: root/privileged_startx
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-19 08:47:20 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-19 08:47:20 -0700
commitf6e75ebf5f7f245e1cdeb883a1d2db74f2451fd4 (patch)
treeeb0e37f0ec667325d03a465491204d45a8b81ab3 /privileged_startx
parent2b06b58a328e13df4704df8a48d4cd0b1100ba7e (diff)
Apple: Fixed make dist to include a missing header and not include generated sources
Diffstat (limited to 'privileged_startx')
-rw-r--r--privileged_startx/Makefile.am20
1 files changed, 15 insertions, 5 deletions
diff --git a/privileged_startx/Makefile.am b/privileged_startx/Makefile.am
index 0a3956d..6a143ca 100644
--- a/privileged_startx/Makefile.am
+++ b/privileged_startx/Makefile.am
@@ -37,13 +37,15 @@ AM_CPPFLAGS = -DXINITDIR=\"$(xinitrcdir)\" -DSCRIPTDIR=\"$(privstartxdir)\" -DBI
CPP_FILES_FLAGS = -DXINITDIR="$(xinitrcdir)" -DSCRIPTDIR="$(privstartxdir)" -DBINDIR="$(bindir)"
-privileged_startx_SOURCES = \
- privileged_startxServer.c \
- privileged_startxUser.c \
+dist_privileged_startx_SOURCES = \
server.c \
client.c \
privileged_startx.c
+nodist_privileged_startx_SOURCES = \
+ privileged_startxServer.c \
+ privileged_startxUser.c
+
BUILT_SOURCES = \
privileged_startxServer.c \
privileged_startxUser.c \
@@ -56,9 +58,17 @@ launchdaemons_DATA = $(launchdaemons_PRE:plist.cpp=plist)
10-tmpdirs: 10-tmpdirs.cpp Makefile
20-font_cache: 20-font_cache.cpp Makefile
-CLEANFILES = $(privstartx_SCRIPTS) $(BUILT_SOURCES) $(launchdaemons_DATA)
+CLEANFILES = \
+ $(privstartx_SCRIPTS) \
+ $(BUILT_SOURCES) \
+ $(launchdaemons_DATA)
-EXTRA_DIST = 10-tmpdirs.cpp 20-font_cache.cpp org.x.privileged_startx.plist.cpp privileged_startx.defs
+EXTRA_DIST = \
+ 10-tmpdirs.cpp \
+ 20-font_cache.cpp \
+ org.x.privileged_startx.plist.cpp \
+ privileged_startx.defs \
+ privileged_startx_types.h
$(BUILT_SOURCES): privileged_startx.defs
mig -sheader privileged_startxServer.h privileged_startx.defs