summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 03:36:42 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 03:36:42 +0000
commitbfb386c158238c20a38980fafb24a6b70c621e1f (patch)
treed5b8345bf8c182984e091eddf424b04dfc413a68 /src/Makefile.am
parentd9810889c88704bee3b512f229bebc1325f2a308 (diff)
downloadxorg-lib-libXp-bfb386c158238c20a38980fafb24a6b70c621e1f.tar.gz
Add libXext to required modules Fix CFLAGS & LIBS to pass through correctly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d6b91a4..7ec307b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,7 +20,9 @@ libXp_la_SOURCES = \
\
XpExtUtil.h
-libXp_la_LIBADD = @X_LIBS@
+libXp_la_LIBADD = $(XPRINT_LIBS)
+
+libXp_la_CFLAGS = $(XPRINT_CFLAGS)
INCLUDES = -I$(top_srcdir)/include/X11/extensions