X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4b517db724308208f4c699a68daf8cffb9a15841;hb=f60c8b345a7f90a219cb781440156bcb94c3f403;hp=7a636128d588ab980461cca49ebedf6efc302cff;hpb=6aa249b5fbead5507a40500d29ef1640832eb2fc;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 7a636128..4b517db7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,12 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types lib formats converter tests doc extras +SUBDIRS = include common types compat 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