summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Gettys <jg@freedesktop.org>2005-10-09 20:25:18 +0000
committerJim Gettys <jg@freedesktop.org>2005-10-09 20:25:18 +0000
commit055a1bfcd4dfb82421c0670092dc6d55260dcf28 (patch)
tree12e7d054dd79b0eab3d0b0d0d6f9995d0ece685f
parentcdb62bc587e3e63ad7cbb44f1b7a7bc50989e89b (diff)
Set explicit CFLAGS for plugin directory.
-rw-r--r--plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 8e19152..6eb8ca1 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -24,7 +24,7 @@ lib_LTLIBRARIES = libxrx.la
INCLUDES = -I$(top_srcdir)/plugin/include -I$(top_srcdir)/rx
-AM_CFLAGS = -DXP_UNIX
+AM_CFLAGS = -DXP_UNIX @XRX_CFLAGS@
libxrx_la_SOURCES = \
Global.c \