Add autotools build
[babeltrace.git] / formats / ctf / types / Makefile.am
diff --git a/formats/ctf/types/Makefile.am b/formats/ctf/types/Makefile.am
new file mode 100644 (file)
index 0000000..81c7bf7
--- /dev/null
@@ -0,0 +1,12 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+noinst_LIBRARIES = libctf-types.a
+
+libctf_types_a_SOURCES = \
+       array.c \
+       enum.c \
+       float.c \
+       integer.c \
+       sequence.c \
+       string.c \
+       struct.c
This page took 0.023004 seconds and 4 git commands to generate.