aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-06-25 13:37:31 +0200
committersgeerken <devnull@localhost>2012-06-25 13:37:31 +0200
commitcb2955ad37a58ff828ee8b8e70165ae34b381f19 (patch)
treef75693680ae9da8c558e52091dda3953928c98a9 /test/Makefile.am
parent7729de9ba89ea555b2f8b6d4adda8f86a112d082 (diff)
Hyphenation moved to dw (soon to be used by dw::Textlock)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index daa2cef5..425a11a8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -163,4 +163,9 @@ cookies_LDADD = \
liang_SOURCES = liang.cc
-liang_LDADD = $(top_builddir)/lout/liblout.a
+liang_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@