summaryrefslogtreecommitdiff
path: root/xnest-plugin
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-26 19:33:10 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-26 19:33:10 +0000
commitfa83b324833cc8400a0d020c5608054ae281a07a (patch)
treeb426abbbe20fe13217dda05cb893b0f60c73d2b7 /xnest-plugin
parentba7d66c39c5896f6b326f19f4eebf1332933dee5 (diff)
Set Xaw/Xp flags correctly for xrx plugin modules
Diffstat (limited to 'xnest-plugin')
-rw-r--r--xnest-plugin/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/xnest-plugin/Makefile.am b/xnest-plugin/Makefile.am
index 81815d4..cafeab7 100644
--- a/xnest-plugin/Makefile.am
+++ b/xnest-plugin/Makefile.am
@@ -29,4 +29,6 @@ libxrxnest_la_SOURCES = \
SetWin.c \
XnestDis.c
-AM_CFLAGS = @XRX_CFLAGS@
+AM_CFLAGS = @XRX_CFLAGS@ @XRX_PLUGIN_CFLAGS@
+
+libxrxnest_la_LIBADD = @XRX_LIBS@ @XRX_PLUGIN_LIBS@