aboutsummaryrefslogtreecommitdiff
path: root/tracer/template/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tracer/template/Makefile.am')
-rw-r--r--tracer/template/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracer/template/Makefile.am b/tracer/template/Makefile.am
index c6cbb16..4305788 100644
--- a/tracer/template/Makefile.am
+++ b/tracer/template/Makefile.am
@@ -8,6 +8,7 @@ EXTRA_DIST = __file__(extra_dist)
noinst_PROGRAMS = driver
driver_SOURCES = driver.cxx __path__(extra_sources) __path__(extra_headers)
AM_CPPFLAGS = -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon'
+AM_CPPFLAGS += -I'$(builddir)' -I'$(srcdir)'
TESTS=$(top_builddir)/tester
TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir;