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