X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2FMakefile.am;fp=formats%2Fctf%2Ftypes%2FMakefile.am;h=81c7bf71cf269cf3cc274773141175e1b52ab5f4;hp=0000000000000000000000000000000000000000;hb=ac65e35509398c6f3f27b26e9309750a565e1cbd;hpb=ccd7e1c86f36342b0b06651cc52df86bb663c271 diff --git a/formats/ctf/types/Makefile.am b/formats/ctf/types/Makefile.am new file mode 100644 index 00000000..81c7bf71 --- /dev/null +++ b/formats/ctf/types/Makefile.am @@ -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