diff options
Diffstat (limited to 'evolution/template/Makefile.am')
-rw-r--r-- | evolution/template/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/evolution/template/Makefile.am b/evolution/template/Makefile.am index b81650d..0746050 100644 --- a/evolution/template/Makefile.am +++ b/evolution/template/Makefile.am @@ -34,9 +34,9 @@ test1-odb.hxx: test1.hxx # test2.hxx # driver_SOURCES += test2.hxx -nodist_driver_SOURCES = test2-odb.cxx -BUILT_SOURCES = test2-odb.hxx -CLEANFILES = test2-odb.hxx test2-odb.ixx test2-odb.cxx test2.sql +nodist_driver_SOURCES += test2-odb.cxx +BUILT_SOURCES += test2-odb.hxx +CLEANFILES += test2-odb.hxx test2-odb.ixx test2-odb.cxx test2.sql test2-odb.hxx: test2.hxx $(ODB) $(AM_CPPFLAGS) $(ODBCPPFLAGS) $(CPPFLAGS) $(ODBFLAGS) --database @database@ __value__(odb_options2) --changelog model.xml $< |