summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-25 19:00:23 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-25 19:00:23 -0700
commit280774466dc9f57b4b46c618345f7938290dbb2c (patch)
treed0a5d2fe26d96a1b5f185dee7cc67e952b52450b /Makefile.am
parent0806ae2ecfdcb4ad5f3b7a66dcc9bc5d29d72649 (diff)
Apple: Added some OSX version protection, so this will still compile on Tiger and below.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d514251..c778487 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ bin_SCRIPTS = startx
xinit_CFLAGS = $(XINIT_CFLAGS) -DXINITDIR=\"$(XINITDIR)\" -DBINDIR=\"$(bindir)\"
xinit_LDADD = $(XINIT_LIBS)
-if APPLE
+if APPLE_LEOPARD
xinit_LDFLAGS = -framework CoreServices
endif