diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-14 08:54:49 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-14 08:54:49 -0700 |
commit | ed89bffdfde4ce6f70197de14aca36eb296f49c5 (patch) | |
tree | fff6b03ba09c17fc57c0a28c2a719e59a331fe21 /xts5/src/libXR5 | |
parent | 8237b18702918f254b77ae549a1100229c4ed6be (diff) |
xts5: Stop gratuitous use of make variables in common.mk
The meanings of the variables were confusing or obfuscating. Now it's
much clearer which libraries are in use.
Diffstat (limited to 'xts5/src/libXR5')
-rw-r--r-- | xts5/src/libXR5/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xts5/src/libXR5/Makefile.am b/xts5/src/libXR5/Makefile.am index 09e21bc9..ff8a3430 100644 --- a/xts5/src/libXR5/Makefile.am +++ b/xts5/src/libXR5/Makefile.am @@ -1,6 +1,10 @@ include ../../common.mk -AM_CFLAGS = $(XTS_LCFLAGS) $(XTS_CFLAGS) -DDEBUG +AM_CFLAGS = -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/tet3/inc \ + -I$(top_srcdir)/xts5/include \ + $(XTS_CFLAGS) \ + -DDEBUG noinst_LIBRARIES = libXR5.a libXR5_a_SOURCES = \ r5startup.c \ |