Fix: Don't override user variables within the build system
[lttng-tools.git] / src / bin / lttng / Makefile.am
index 23fff77a7f9d144900df5df2e8b0e4071dae7dde..c1c2cf6f9b55fe98297837e5f3271db9a18ec7bf 100644 (file)
@@ -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
This page took 0.024191 seconds and 5 git commands to generate.