Port: Enable libtool to produce DLLs
[babeltrace.git] / tests / lib / test-plugin-plugins / Makefile.am
index 1909865637c5a8eda993d1f0fd1d5481bf0609c0..7e084c14d17fc75ce55b3321c9a8fcf8c0772251 100644 (file)
@@ -4,14 +4,16 @@ noinst_LTLIBRARIES = plugin-minimal.la plugin-sfs.la
 
 # the minimal plugin
 plugin_minimal_la_SOURCES = minimal.c
-plugin_minimal_la_LDFLAGS = -rpath / -avoid-version -module
+plugin_minimal_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
+       -rpath / -avoid-version -module
 plugin_minimal_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la \
-       $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
+       $(top_builddir)/lib/libbabeltrace.la
 
 # source/filter/sink plugin
 plugin_sfs_la_SOURCES = sfs.c
-plugin_sfs_la_LDFLAGS = -rpath / -avoid-version -module
+plugin_sfs_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
+       -rpath / -avoid-version -module
 plugin_sfs_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la \
-       $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
+       $(top_builddir)/lib/libbabeltrace.la
This page took 0.0245 seconds and 4 git commands to generate.