Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / unit / Makefile.am
index 798e57d9336e2d899e70fe7be153b1cf38579af7..2c7365912dc106b2ed192252d5bc1e587584896d 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.024925 seconds and 5 git commands to generate.