X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=b43b37676c181c783cb443624afc345f9d91f3d3;hp=577dffe856d96bed26f53d10c0f09869a33b335d;hb=0b5fb04901c0ac733559b406d40c340ea821fcf0;hpb=6242251b39f531a2485b758edcb455e220267fdd diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 577dffe85..b43b37676 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,11 +1,12 @@ -AM_CPPFLAGS = +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd \ kernel-consumer ust-consumer testpoint AM_CFLAGS = -fno-strict-aliasing -noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h uri.h utils.h +noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \ + uri.h utils.h lttng-kernel-old.h # Common library noinst_LTLIBRARIES = libcommon.la