Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / unit / Makefile.am
index f9dd53bef40125cc3b2a24469918cd2e4ebab39e..eafa7a2467574170cba3a09144ad2d2f5b0a2181 100644 (file)
@@ -1,7 +1,6 @@
 SUBDIRS = ini_config
 
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils/ -I$(srcdir)
-AM_LDFLAGS =
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir)
 
 LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
This page took 0.025011 seconds and 5 git commands to generate.