diff options
Diffstat (limited to 'tracer')
-rw-r--r-- | tracer/template/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tracer/template/Makefile.am b/tracer/template/Makefile.am index a3bed1e..6edccff 100644 --- a/tracer/template/Makefile.am +++ b/tracer/template/Makefile.am @@ -15,7 +15,8 @@ m4_ifelse(__value__(odb_options),,, # ODB compilation. # -driver_SOURCES += test.hxx test-odb.cxx +driver_SOURCES += test.hxx +nodist_driver_SOURCES = test-odb.cxx BUILT_SOURCES = test-odb.hxx CLEANFILES = test-odb.hxx test-odb.ixx test-odb.cxx |