X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=f49ba956e851efacb1ebe5bd3d0e6a9322b16e0b;hb=27c61ce8f6ee66d910507f8a40ae5497287c943e;hp=4fed4e8e5e533cbbee10eb5b66b85a4a2044a9f3;hpb=7722ed94615e90a46ec30fb0d6034ab01afdaf35;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 4fed4e8e..f49ba956 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,12 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include - ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types formats lib converter tests +SUBDIRS = \ + include \ + src \ + doc \ + tests dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt + std-ext-lib.txt README.adoc CONTRIBUTING.adoc + +dist_noinst_DATA = CodingStyle