summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-19 22:53:40 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-19 22:53:40 +0930
commitf755643f48e780c6582132269ca8d5fb750c53bf (patch)
tree172248f2b3f4b157529aeae3d82f40230a849696
parent85762a27e0203aa380c4ed26dc08c7f1181d5210 (diff)
downloadxorg-lib-libXScrnSaver-f755643f48e780c6582132269ca8d5fb750c53bf.tar.gz
Change AM_CFLAGS to pull in new header.
-rw-r--r--src/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 61d8b0a..b0498be 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,9 @@
-AM_CFLAGS = $(XSCRNSAVER_CFLAGS) $(MALLOC_ZERO_CFLAGS)
+AM_CFLAGS = -I$(top_srcdir)/include \
+ -I$(top_srcdir)/include/X11 \
+ -I$(top_srcdir)/include/X11/extensions \
+ $(XSCRNSAVER_CFLAGS) \
+ $(MALLOC_ZERO_CFLAGS)
+
lib_LTLIBRARIES = libXss.la
libXss_la_SOURCES = \