1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Ole Streicher <debian@liska.ath.cx>
Description: Add the cpl libraries to the recips.so and the test program
--- a/fors/tests/Makefile.am
+++ b/fors/tests/Makefile.am
@@ -37,12 +37,12 @@
# Convenience libraries
LIBTEST = libtest.la
libtest_la_SOURCES = test.c
-libtest_la_LIBADD =
+libtest_la_LIBADD = $(LIBCPLUI) $(LIBCPLCORE)
libtest_la_DEPENDENCIES =
LIBSIMULATE = libsimulate.la
libsimulate_la_SOURCES = test_simulate.c
-libsimulate_la_LIBADD =
+libsimulate_la_LIBADD = $(LIBCPLUI) $(LIBCPLCORE)
libsimulate_la_DEPENDENCIES =
|