diff options
author | sgeerken <devnull@localhost> | 2012-06-25 13:37:31 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-06-25 13:37:31 +0200 |
commit | cb2955ad37a58ff828ee8b8e70165ae34b381f19 (patch) | |
tree | f75693680ae9da8c558e52091dda3953928c98a9 /test/Makefile.am | |
parent | 7729de9ba89ea555b2f8b6d4adda8f86a112d082 (diff) |
Hyphenation moved to dw (soon to be used by dw::Textlock)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 7 |
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@ |