Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / unit / Makefile.am
index 72e1e37d7a87d8dcd46cc234a1993ffdea987e7a..114089536a34d684cfb8de3c1a10aa7f892e4126 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.02564 seconds and 5 git commands to generate.