diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 23:24:19 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 23:24:19 +0200 |
commit | f5c598b518d1f906148534d015f50075d3e8242d (patch) | |
tree | 21dd70add5b366c3dd80641b77f6b18e0baa009e /test/Makefile.am | |
parent | e98d02a01ffeb18ede86af025e51ae1ec011c75a (diff) | |
parent | 5f0fc0e48b8cbee7e1795935da0abff6627fd498 (diff) |
merge
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 |