summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2013-01-04 17:43:32 -0800
committerAaron Plattner <aplattner@nvidia.com>2013-01-07 12:51:09 -0800
commitb478e768eaf367b45990b12b59cb7d83df1c6033 (patch)
tree9f4ca3127023a8c9991bc5d830eee6a985695d96
parent6c8af745e7d768e99c7e28ada5a80156f33a19d7 (diff)
xts5: include xtrans CFLAGS when building libXst
If xtrans is installed in a weird location, libXst fails to build: ConnDis.c:43:31: fatal error: X11/Xtrans/Xtrans.h: No such file or directory Fix this by including $(XT_CFLAGS) to pick up the path to Xtrans.h. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Peter Harris <pharris@opentext.com>
-rw-r--r--xts5/src/libproto/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/src/libproto/Makefile.am b/xts5/src/libproto/Makefile.am
index 40bd91f8..594680c7 100644
--- a/xts5/src/libproto/Makefile.am
+++ b/xts5/src/libproto/Makefile.am
@@ -32,7 +32,7 @@ XP_OPEN_DIS=XlibXtst.c
AM_CFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/src/tet3/inc \
-I$(top_srcdir)/xts5/include \
- $(XTS_CFLAGS)
+ $(XTS_CFLAGS) $(XT_CFLAGS)
noinst_LTLIBRARIES = libXst.la
libXst_la_SOURCES =\
XstlibInt.h\