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