[Xquartz-changes] xserver: Branch 'for-keith'

Jeremy Huddleston jeremyhu at freedesktop.org
Tue Oct 4 21:41:31 PDT 2011


 hw/xquartz/pbproxy/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fae7ed62ad476114bd37b566202cf6b6546c0a1f
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Tue Oct 4 21:40:03 2011 -0700

    XQuartz: pbproxy: Add missing AM_OBJCFLAGS
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

diff --git a/hw/xquartz/pbproxy/Makefile.am b/hw/xquartz/pbproxy/Makefile.am
index b8b95d2..1b14dff 100644
--- a/hw/xquartz/pbproxy/Makefile.am
+++ b/hw/xquartz/pbproxy/Makefile.am
@@ -2,6 +2,7 @@ AM_CPPFLAGS=-F/System/Library/Frameworks/ApplicationServices.framework/Framework
 	-DBUNDLE_ID_PREFIX=\"$(BUNDLE_ID_PREFIX)\"
 
 AM_CFLAGS=$(XPBPROXY_CFLAGS) 
+AM_OBJCFLAGS=$(XPBPROXY_CFLAGS)
 
 noinst_LTLIBRARIES = libxpbproxy.la
 libxpbproxy_la_SOURCES = \


More information about the Xquartz-changes mailing list