API Fix: bt_ctf_iter_read_event_flags
[babeltrace.git] / formats / ctf / types / Makefile.am
index a2861dcade9c81bb03f452a169e58f0d3fac0f59..20c1fdd0540fdfaea41a365847fc330eb6c6d58f 100644 (file)
@@ -1,6 +1,6 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libctf-types.la
+noinst_LTLIBRARIES = libctf-types.la
 
 libctf_types_la_SOURCES = \
        array.c \
@@ -11,3 +11,6 @@ libctf_types_la_SOURCES = \
        string.c \
        struct.c \
        variant.c
+
+libctf_types_la_LIBADD = \
+       $(top_builddir)/lib/libbabeltrace.la
This page took 0.023505 seconds and 4 git commands to generate.