configure: standardise include path
[urcu.git] / tests / regression / Makefile.am
index 183fefe368fa1eb9e84f954e3ef792338f281c3d..f41bd1add51c3658938783a2a02026ac058c2fd5 100644 (file)
@@ -1,9 +1,9 @@
-AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g
+AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common
 
 TEST_EXTENSIONS = .tap
 TAP_LOG_DRIVER_FLAGS = --merge --comments
 TAP_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 noinst_PROGRAMS = test_urcu_fork.tap \
        rcutorture_urcu_membarrier \
This page took 0.022655 seconds and 4 git commands to generate.