Fix trace-collection.h: No such file or directory that build code with libbabeltrace
[babeltrace.git] / types / Makefile.am
index d98733da8ebfcb49ffaa414f7134aced9dac0f96..0417519642248cbd5d91ae9f9816c4308913e7e6 100644 (file)
@@ -1,8 +1,8 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-noinst_LIBRARIES = libtypes.a
+noinst_LTLIBRARIES = libbabeltrace_types.la
 
-libtypes_a_SOURCES = \
+libbabeltrace_types_la_SOURCES = \
        array.c \
        enum.c \
        float.c \
@@ -10,4 +10,5 @@ libtypes_a_SOURCES = \
        sequence.c \
        string.c \
        struct.c \
+       variant.c \
        types.c
This page took 0.02334 seconds and 4 git commands to generate.