diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-04 21:40:03 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-04 21:40:41 -0700 |
commit | fae7ed62ad476114bd37b566202cf6b6546c0a1f (patch) | |
tree | 80bbcbd2776e10b4eae32dcbe51243916f4d0320 | |
parent | e4cddf509e1729e8ff40354275b65455111ad2bd (diff) |
XQuartz: pbproxy: Add missing AM_OBJCFLAGS
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | hw/xquartz/pbproxy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/pbproxy/Makefile.am b/hw/xquartz/pbproxy/Makefile.am index b8b95d232..1b14dffce 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 = \ |