diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-19 22:53:40 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-19 22:53:40 +0930 |
commit | f755643f48e780c6582132269ca8d5fb750c53bf (patch) | |
tree | 172248f2b3f4b157529aeae3d82f40230a849696 | |
parent | 85762a27e0203aa380c4ed26dc08c7f1181d5210 (diff) |
Change AM_CFLAGS to pull in new header.
-rw-r--r-- | src/Makefile.am | 7 |
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 = \ |