Commit | Line | Data |
---|---|---|
1 | AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include | |
2 | ||
3 | ACLOCAL_AMFLAGS = -I m4 | |
4 | ||
5 | SUBDIRS = include types lib formats converter tests doc extras | |
6 | ||
7 | dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ | |
8 | std-ext-lib.txt | |
9 | ||
10 | dist_noinst_DATA = CodingStyle | |
11 | ||
12 | pkgconfigdir = $(libdir)/pkgconfig | |
13 | pkgconfig_DATA = babeltrace.pc |