X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=f49ba956e851efacb1ebe5bd3d0e6a9322b16e0b;hb=1906e012b741e9fea75e778ffaecffbf79ecc0fc;hp=4fa6571ebd4d26f36e627a986e1f62807b7c9300;hpb=e92927d14bed54c7a1c97341abf58f17a0015bdb;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 4fa6571e..f49ba956 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +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 README.adoc CONTRIBUTING.adoc + +dist_noinst_DATA = CodingStyle