X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=e5eca77f506b4fcbf0bf7b5e1e379d145115bb91;hb=8793d9f8b7d71898bd3097af5e584517268370d4;hp=b25b58fe3e4fa002e4cf361ebcc648f88d7cc95f;hpb=d0acc96d14a7a30e338d9b2a4a57857408c8deac;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index b25b58fe..e5eca77f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include types lib formats converter tests doc extras +SUBDIRS = include types compat lib formats converter tests doc extras dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ std-ext-lib.txt @@ -10,4 +10,4 @@ dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ dist_noinst_DATA = CodingStyle pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = babeltrace.pc +pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc