summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 01:50:02 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 01:50:02 +0000
commit5e37faddaac8ac50ee4ca719975f9bf526e4c980 (patch)
tree4feb3a00af6cbee8174bc5aaadbbcc35517e2ec8 /src
parent52edad6913e3efd3fcec6c73e13d33bf8c3a5e65 (diff)
Add --with-xfile-search-path=<path> and default setting to match monolith
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 18fa4a6..9b7668b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,9 @@ lib_LTLIBRARIES = libXt.la
BUILT_SOURCES = $(BUILT_FILES)
CLEANFILES = $(BUILT_SOURCES)
-AM_CFLAGS = $(XT_CFLAGS) $(X11_CFLAGS)
+SRCH_DEFINES = -DXFILESEARCHPATHDEFAULT=\"$(XFILESEARCHPATHDEFAULT)\"
+
+AM_CFLAGS = $(XT_CFLAGS) $(X11_CFLAGS) $(SRCH_DEFINES)
INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11 \
-I$(top_builddir)/include -I$(top_builddir)/include/X11