Add missing makefile
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 May 2011 00:25:37 +0000 (20:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 May 2011 00:25:37 +0000 (20:25 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf-text/Makefile.am [new file with mode: 0644]

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.024246 seconds and 4 git commands to generate.