summaryrefslogtreecommitdiff
path: root/hw/xquartz/pbproxy/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/pbproxy/Makefile.am')
-rw-r--r--hw/xquartz/pbproxy/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xquartz/pbproxy/Makefile.am b/hw/xquartz/pbproxy/Makefile.am
index e1c537fbb..02da6b265 100644
--- a/hw/xquartz/pbproxy/Makefile.am
+++ b/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