diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-25 19:00:23 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-25 19:00:23 -0700 |
commit | 280774466dc9f57b4b46c618345f7938290dbb2c (patch) | |
tree | d0a5d2fe26d96a1b5f185dee7cc67e952b52450b /Makefile.am | |
parent | 0806ae2ecfdcb4ad5f3b7a66dcc9bc5d29d72649 (diff) | |
download | xorg-app-xinit-280774466dc9f57b4b46c618345f7938290dbb2c.tar.gz |
Apple: Added some OSX version protection, so this will still compile on Tiger and below.
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 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 |