summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zimmermann <tdz@users.sourceforge.net>2009-10-14 11:13:29 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-14 11:13:29 -0700
commitbc861c7607942cf9c95ed2a2eb55619680c9a134 (patch)
tree3caf583eafeefb032caef8b857f3dd2b5bc42253
parent76dcae30cd5af0b60012577edbe0ab45ab3f7baa (diff)
Bug 24530: Add $(AM_CFLAGS) to xtrap*_CFLAGS
http://bugs.freedesktop.org/show_bug.cgi?id=24530 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 617829c..412c7dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ xtrapchar_SOURCES = \
#
# xtrapin
#
-xtrapin_CFLAGS = -D_BSD_SOURCE
+xtrapin_CFLAGS = -D_BSD_SOURCE $(AM_CFLAGS)
xtrapin_LDADD = $(XTRAP_APP_LIBS)
xtrapin_SOURCES = \
@@ -57,7 +57,7 @@ xtrapin_SOURCES = \
#
# xtrapout
#
-xtrapout_CFLAGS = -D_BSD_SOURCE
+xtrapout_CFLAGS = -D_BSD_SOURCE $(AM_CFLAGS)
xtrapout_LDADD = $(XTRAP_APP_LIBS)
xtrapout_SOURCES = \