diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 08:59:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 08:59:37 +0200 |
commit | 0d85e6af034e306f671cea33f2d6760d741e6111 (patch) | |
tree | a6004ab829446461f634b72f9c117ff22462f8c4 /evolution | |
parent | d31e96535e3f41c36646f375680d7a4efc5772b2 (diff) |
Fix invalid redefinition of automake variables
Diffstat (limited to 'evolution')
-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 $< |