diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-17 10:15:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-17 10:15:26 +0000 |
commit | e1cd82cf0b4d51db42c5d71a63805b6fb9ad45b8 (patch) | |
tree | e9b43bda3d1c67d0d0e2365812d62ea15fdea195 /src | |
parent | 40bf5c6a837430bf23f86b97fcde8237099511c0 (diff) |
Fix for building outside of srcdir.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ee6cdcf..de43715 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,8 @@ CLEANFILES = $(BUILT_SOURCES) AM_CFLAGS = $(XT_CFLAGS) $(X11_CFLAGS) -INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11 +INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11 \ + -I$(top_builddir)/include nodist_libXt_la_SOURCES = StringDefs.c |