diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 20:27:07 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 20:27:07 +0200 |
commit | e98d02a01ffeb18ede86af025e51ae1ec011c75a (patch) | |
tree | f8b2efbec989335bf2a56b73fcf485f4cd1a01c6 /test | |
parent | ce8e972a10c9340312f21511de053242dad3f5db (diff) |
import float prototype and test program by Sebastian Geerken
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index bde2b0f8..e6946adf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,6 +5,7 @@ noinst_PROGRAMS = \ dw-anchors-test \ dw-example \ dw-find-test \ + dw-float-test \ dw-links \ dw-links2 \ dw-images-simple \ @@ -44,6 +45,14 @@ dw_find_test_LDADD = \ ../lout/liblout.a \ @LIBFLTK_LIBS@ +dw_float_test_SOURCES = dw_float_test.cc +dw_float_test_LDADD = \ + ../dw/libDw-widgets.a \ + ../dw/libDw-fltk.a \ + ../dw/libDw-core.a \ + ../lout/liblout.a \ + @LIBFLTK_LIBS@ + dw_links_SOURCES = dw_links.cc dw_links_LDADD = \ ../dw/libDw-widgets.a \ |