X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=7197944092b86733dd9bcb39629d80ec5c6442b3;hb=842193c9701fb1ab4133d126f6b23937cdcc383b;hp=f88b548ee33251952246b2c06828463a7b1052d7;hpb=ac65e35509398c6f3f27b26e9309750a565e1cbd;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index f88b548e..71979440 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,14 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include - ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = types . tests +SUBDIRS = \ + include \ + src \ + doc \ + tests -bin_PROGRAMS = babeltrace +dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ + std-ext-lib.txt README.adoc CONTRIBUTING.adoc -babeltrace_LDADD = \ - types/types.a \ - formats/registry.a +dist_noinst_DATA = CodingStyle -# converter/ +EXTRA_DIST = version