From 5d8669ecc533497d27dfaa167c5292d4d9b783b8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 6 May 2011 20:25:37 -0400 Subject: [PATCH] Add missing makefile Signed-off-by: Mathieu Desnoyers --- formats/ctf-text/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 formats/ctf-text/Makefile.am diff --git a/formats/ctf-text/Makefile.am b/formats/ctf-text/Makefile.am new file mode 100644 index 00000000..15fe22f6 --- /dev/null +++ b/formats/ctf-text/Makefile.am @@ -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 -- 2.34.1