diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | xnest-plugin/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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@ |