Add single-stream tests
[babeltrace.git] / converter / Makefile.am
index 3ecca8c2c24d61f3637f78d090479eabc0832d9b..75215f8a54382de45c44cd69d6e8ca6f3095d7aa 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -lpopt
 
 bin_PROGRAMS = babeltrace
 
@@ -6,7 +6,6 @@ babeltrace_SOURCES = \
        babeltrace.c
 
 babeltrace_LDADD = \
-       $(top_srcdir)/types/libtypes.a \
-       $(top_srcdir)/formats/libregistry.a
-
-
+       $(top_builddir)/types/libbabeltrace_types.la \
+       $(top_builddir)/formats/libbabeltrace_registry.la \
+       $(top_builddir)/formats/ctf/libctf.la
This page took 0.024404 seconds and 4 git commands to generate.