You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/schroedinger/files/schroedinger-1.0.9-asneeded...

12 lines
389 B

--- testsuite/Makefile.am
+++ testsuite/Makefile.am
@@ -34,7 +34,7 @@
AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) \
-DSCHRO_ENABLE_UNSTABLE_API
-LDADD = $(LIBM) libschrotest.la $(SCHRO_LIBS)
+LDADD = $(LIBM) libschrotest.la $(SCHRO_LIBS) -lorc-test-0.4
libschrotest_la_SOURCES = common.c
libschrotest_la_LIBADD = $(SCHRO_LIBS) $(ORC_LIBS) -lorc-test-0.4 $(LIBM)