diff options
author | Sebastian Geerken <devnull@localhost> | 2012-12-14 12:03:15 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-12-14 12:03:15 +0100 |
commit | 92816e0a00032975a59f2bac7d0ded61f6e3de29 (patch) | |
tree | f3f9eef25cd5a443f5f5650e2ef806c881030c84 /test/Makefile.am | |
parent | f5380a56b1a6b83fea9b1c97140d4b1c8fe4ba49 (diff) |
Extended test.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d8dd785e..9f38e918 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -184,4 +184,6 @@ notsosimplevector_LDADD = $(top_builddir)/lout/liblout.a unicode_test_SOURCES = unicode_test.cc -unicode_test_LDADD = $(top_builddir)/lout/liblout.a +unicode_test_LDADD = \ + $(top_builddir)/lout/liblout.a \ + @LIBFLTK_LIBS@ |