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 =
 
 
