diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-10 17:26:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-10 17:26:28 +0200 |
commit | fdc38359247829a4664e539fd3cbba41067cb694 (patch) | |
tree | 8420d10c2ab56725a305d123c1df96c9258e6f1c /common/template | |
parent | 49148af30f42baf101e32581c48acdf4540b6442 (diff) |
Do not distribute generated test-odb.cxx
Diffstat (limited to 'common/template')
-rw-r--r-- | common/template/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/template/Makefile.am b/common/template/Makefile.am index ca3a3d5..ccfe5f0 100644 --- a/common/template/Makefile.am +++ b/common/template/Makefile.am @@ -15,7 +15,8 @@ TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir; # 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 |