Re-organize sources
[babeltrace.git] / tests / lib / test-plugin-plugins / Makefile.am
index 3a185b27fea80273faff1daee74e4cf0ef4cd0a8..c852655d2ae57956f5e9d589091a55469e3dba3d 100644 (file)
@@ -6,7 +6,7 @@ plugin_minimal_la_LDFLAGS = \
        $(LT_NO_UNDEFINED) \
        -rpath / -avoid-version -module
 plugin_minimal_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace2.la
+       $(top_builddir)/src/lib/libbabeltrace2.la
 
 # source/filter/sink plugin
 plugin_sfs_la_SOURCES = sfs.c
@@ -14,4 +14,4 @@ plugin_sfs_la_LDFLAGS = \
        $(LT_NO_UNDEFINED) \
        -rpath / -avoid-version -module
 plugin_sfs_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace2.la
+       $(top_builddir)/src/lib/libbabeltrace2.la
This page took 0.023004 seconds and 4 git commands to generate.