aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-10-07 23:35:56 +0200
committerSebastian Geerken <devnull@localhost>2012-10-07 23:35:56 +0200
commit2cd28ca74309f81d295a0860a140e030ee7f80d3 (patch)
tree3d7463a12a2c17123ce15070eb44a8a8df9e2e3e /test/Makefile.am
parent177612b46579076ca5a7ddaffb96083d40d0dc06 (diff)
parentd1179582ee86f08fbc23d2363df7a794324095e8 (diff)
Merge with main repo.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index bc851247..ab4c98b0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -24,6 +24,7 @@ noinst_PROGRAMS = \
shapes \
cookies \
liang \
+ trie \
notsosimplevector
dw_anchors_test_SOURCES = dw_anchors_test.cc
@@ -180,6 +181,15 @@ liang_LDADD = \
$(top_builddir)/lout/liblout.a \
@LIBFLTK_LIBS@
+trie_SOURCES = trie.cc
+
+trie_LDADD = \
+ $(top_builddir)/dw/libDw-widgets.a \
+ $(top_builddir)/dw/libDw-fltk.a \
+ $(top_builddir)/dw/libDw-core.a \
+ $(top_builddir)/lout/liblout.a \
+ @LIBFLTK_LIBS@
+
notsosimplevector_SOURCES = notsosimplevector.cc
notsosimplevector_LDADD = $(top_builddir)/lout/liblout.a