diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2016-09-10 22:16:11 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2016-09-13 10:00:51 -0700 |
commit | 4f4ecd0f41cf1c710d3ef1626b747847e6184f4c (patch) | |
tree | a5da9f3ca9d38d1bf8685fd230bf020f5d5076a1 /hw/xquartz | |
parent | 33d595255d4206df0d136014de33100817cbe344 (diff) |
XQuartz: Cleanup CPPFLAGS that are no longer necessary on darwin
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/pbproxy/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xquartz/pbproxy/Makefile.am b/hw/xquartz/pbproxy/Makefile.am index 1b14dffce..9429ea25d 100644 --- a/hw/xquartz/pbproxy/Makefile.am +++ b/hw/xquartz/pbproxy/Makefile.am @@ -1,7 +1,6 @@ -AM_CPPFLAGS=-F/System/Library/Frameworks/ApplicationServices.framework/Frameworks \ - -DBUNDLE_ID_PREFIX=\"$(BUNDLE_ID_PREFIX)\" +AM_CPPFLAGS=-DBUNDLE_ID_PREFIX=\"$(BUNDLE_ID_PREFIX)\" -AM_CFLAGS=$(XPBPROXY_CFLAGS) +AM_CFLAGS=$(XPBPROXY_CFLAGS) AM_OBJCFLAGS=$(XPBPROXY_CFLAGS) noinst_LTLIBRARIES = libxpbproxy.la |