summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-11 17:29:55 +0000
committerKevin E Martin <kem@kem.org>2005-10-11 17:29:55 +0000
commit111f15bc4c3e0ffec283aa6fc9ab0e0e37e19cdf (patch)
treeb060a225483119bcef25993ec6d36b604073f32a
parent055a1bfcd4dfb82421c0670092dc6d55260dcf28 (diff)
Add XRX_CFLAGS to fix build
-rw-r--r--ChangeLog5
-rw-r--r--xnest-plugin/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e7493e..0e72f33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-11 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xnest-plugin/Makefile.am:
+ Add XRX_CFLAGS to fix build
+
2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org>
* helper/Makefile.am:
diff --git a/xnest-plugin/Makefile.am b/xnest-plugin/Makefile.am
index 0e4a7d0..81815d4 100644
--- a/xnest-plugin/Makefile.am
+++ b/xnest-plugin/Makefile.am
@@ -28,3 +28,5 @@ libxrxnest_la_SOURCES = \
RxPlugin.h \
SetWin.c \
XnestDis.c
+
+AM_CFLAGS = @XRX_CFLAGS@