X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=c1c2cf6f9b55fe98297837e5f3271db9a18ec7bf;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hp=23fff77a7f9d144900df5df2e8b0e4071dae7dde;hpb=4fc83d948cea6b10484e65f004a6c167e71ac440;p=lttng-tools.git diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 23fff77a7..c1c2cf6f9 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -1,5 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ - -DINSTALL_BIN_PATH=\""$(bindir)"\" +AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\" if EMBED_HELP AM_CPPFLAGS += -I$(top_builddir)/doc/man @@ -28,4 +27,5 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(top_builddir)/src/common/libcommon.la \ - $(top_builddir)/src/common/config/libconfig.la + $(top_builddir)/src/common/config/libconfig.la \ + $(top_builddir)/src/common/string-utils/libstring-utils.la