Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / regression / ust / getcpu-override / Makefile.am
index a7bdc86cdd68af5dc562fa96ef9c76458eb16882..a6487d9bb7f6ce9c6d939b282bd3afa8927d04aa 100644 (file)
@@ -10,8 +10,6 @@ EXTRA_DIST = test_getcpu_override run-getcpu-override \
 
 else
 
-AM_CPPFLAGS = -I$(srcdir)
-
 # The rpath is necessary because libtool won't build a shared library
 # if it's noinst_
 GETCPU_LIBTOOL_FLAGS = \
@@ -23,6 +21,7 @@ GETCPU_LIBTOOL_FLAGS = \
 
 noinst_LTLIBRARIES = lttng-ust-getcpu-override-test.la
 lttng_ust_getcpu_override_test_la_LDFLAGS = $(GETCPU_LIBTOOL_FLAGS)
+lttng_ust_getcpu_override_test_la_SOURCES = lttng-ust-getcpu-override-test.c
 
 if LTTNG_TOOLS_BUILD_WITH_LIBDL
 lttng_ust_getcpu_override_test_la_LIBADD = -ldl
This page took 0.024078 seconds and 4 git commands to generate.