text output
[babeltrace.git] / formats / ctf-text / types / Makefile.am
diff --git a/formats/ctf-text/types/Makefile.am b/formats/ctf-text/types/Makefile.am
new file mode 100644 (file)
index 0000000..604293e
--- /dev/null
@@ -0,0 +1,13 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+lib_LTLIBRARIES = libctf-text-types.la
+
+libctf_text_types_la_SOURCES = \
+       array.c \
+       enum.c \
+       float.c \
+       integer.c \
+       sequence.c \
+       string.c \
+       struct.c \
+       variant.c
This page took 0.022709 seconds and 4 git commands to generate.