diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e6946adf..709196f4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -19,7 +19,8 @@ noinst_PROGRAMS = \ dw-resource-test \ dw-ui-test \ fltk-browser \ - shapes + shapes \ + cookies dw_anchors_test_SOURCES = dw_anchors_test.cc dw_anchors_test_LDADD = \ @@ -160,3 +161,8 @@ shapes_SOURCES = shapes.cc shapes_LDADD = \ ../dw/libDw-core.a \ ../lout/liblout.a + +cookies_SOURCES = cookies.c +cookies_LDADD = \ + ../dpip/libDpip.a \ + ../dlib/libDlib.a |