summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-02-17 17:13:13 +0000
committerMichael Jennings <mej@kainx.org>2002-02-17 17:13:13 +0000
commit79835d5af0ba6da4354cc73ccbda19421c496aa5 (patch)
tree3b613cc5f54091249e217a3fd65b2827d4a73cf0 /test/Makefile.am
parentad01177aed66afe2d21b65898cef50c10f9ba2ac (diff)
downloadlibast-79835d5af0ba6da4354cc73ccbda19421c496aa5.tar.gz
Sun Feb 17 12:10:59 2002 Michael Jennings (mej)
Hopefully now this will make more sense. The string class is now fleshed out...along with a complete set of unit tests. :) SVN revision: 5945
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d893079..266f679 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,6 +2,8 @@
EXTRA_PROGRAMS = libast-test
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/$(PACKAGE)
+
libast_test_SOURCES = test.c test.h
libast_test_DEPENDENCIES = $(top_builddir)/src/libast.la
libast_test_LDADD = $(top_builddir)/src/libast.la