File: libadd_cpl.patch

package info (click to toggle)
cpl-plugin-fors 5.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,664 kB
  • ctags: 3,906
  • sloc: ansic: 68,347; cpp: 16,320; sh: 11,458; python: 1,123; makefile: 823
file content (19 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
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 =