Use dynamic shared libraries, list formats
[babeltrace.git] / formats / ctf / types / Makefile.am
index 81c7bf71cf269cf3cc274773141175e1b52ab5f4..a2861dcade9c81bb03f452a169e58f0d3fac0f59 100644 (file)
@@ -1,12 +1,13 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-noinst_LIBRARIES = libctf-types.a
+lib_LTLIBRARIES = libctf-types.la
 
-libctf_types_a_SOURCES = \
+libctf_types_la_SOURCES = \
        array.c \
        enum.c \
        float.c \
        integer.c \
        sequence.c \
        string.c \
-       struct.c
+       struct.c \
+       variant.c
This page took 0.022806 seconds and 4 git commands to generate.