X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.am;h=1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8;hb=72b913fbad1753b5b122bfb54c1e7936eaf9d0ef;hp=6584c5d2985c8498b01b63db94c9a0fd0c7829fd;hpb=bb919dd077169b5ee049ba3fc82f8555648cb22e;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 6584c5d2..1d66b1d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,30 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types lib formats converter bindings tests doc +SUBDIRS = \ + include \ + common \ + types \ + compat + +if WITH_PYTHON_PLUGINS +SUBDIRS += python-plugin-provider +endif + +SUBDIRS += \ + lib \ + formats \ + plugins \ + converter \ + bindings \ + tests \ + doc \ + extras dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt + std-ext-lib.txt README dist_noinst_DATA = CodingStyle + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc