Add autotools build
[babeltrace.git] / formats / Makefile.am
diff --git a/formats/Makefile.am b/formats/Makefile.am
new file mode 100644 (file)
index 0000000..41ccc06
--- /dev/null
@@ -0,0 +1,7 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+SUBDIRS = . ctf
+
+noinst_LIBRARIES = libregistry.a
+
+libregistry_a_SOURCES = registry.c
This page took 0.02381 seconds and 4 git commands to generate.