diff options
author | marha <marha@users.sourceforge.net> | 2009-12-15 08:09:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-15 08:09:08 +0000 |
commit | c915fe74ff1b1d02f7506a187bc9b588f5c21f97 (patch) | |
tree | 7ecc8f8867bac10fcfc1299469333178f7cf5838 /xorg-server/hw/xquartz/pbproxy/Makefile.am | |
parent | 0925cb4f76a1667fb3777efbe6a0e0e69c4cca3c (diff) | |
parent | 9b17452909d3140fa33a753cadfaa6e9006b9685 (diff) | |
download | vcxsrv-c915fe74ff1b1d02f7506a187bc9b588f5c21f97.tar.gz vcxsrv-c915fe74ff1b1d02f7506a187bc9b588f5c21f97.tar.bz2 vcxsrv-c915fe74ff1b1d02f7506a187bc9b588f5c21f97.zip |
svn merge ^/branches/released
Diffstat (limited to 'xorg-server/hw/xquartz/pbproxy/Makefile.am')
-rw-r--r-- | xorg-server/hw/xquartz/pbproxy/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/hw/xquartz/pbproxy/Makefile.am b/xorg-server/hw/xquartz/pbproxy/Makefile.am index e1c537fbb..02da6b265 100644 --- a/xorg-server/hw/xquartz/pbproxy/Makefile.am +++ b/xorg-server/hw/xquartz/pbproxy/Makefile.am @@ -15,6 +15,9 @@ if STANDALONE_XPBPROXY bin_PROGRAMS = xpbproxy xpbproxy_SOURCES = app-main.m xpbproxy_LDADD = libxpbproxy.la +xpbproxy_LDFLAGS = -Wl,-framework,Cocoa + +AM_CPPFLAGS += -DSTANDALONE_XPBPROXY endif |