Add missing makefile
[babeltrace.git] / formats / ctf-text / Makefile.am
diff --git a/formats/ctf-text/Makefile.am b/formats/ctf-text/Makefile.am
new file mode 100644 (file)
index 0000000..15fe22f
--- /dev/null
@@ -0,0 +1,11 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+SUBDIRS = types .
+
+lib_LTLIBRARIES = libctf-text.la
+
+libctf_text_la_SOURCES = \
+       ctf-text.c
+
+libctf_text_la_LIBADD = \
+       types/libctf-text-types.la
This page took 0.023064 seconds and 4 git commands to generate.