Add autotools build
[babeltrace.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..f88b548
--- /dev/null
@@ -0,0 +1,13 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = types . tests
+
+bin_PROGRAMS = babeltrace
+
+babeltrace_LDADD = \
+       types/types.a \
+       formats/registry.a
+
+# converter/
This page took 0.026695 seconds and 4 git commands to generate.