aboutsummaryrefslogtreecommitdiff
path: root/evolution/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-07-08 08:59:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-07-08 08:59:37 +0200
commit0d85e6af034e306f671cea33f2d6760d741e6111 (patch)
treea6004ab829446461f634b72f9c117ff22462f8c4 /evolution/template
parentd31e96535e3f41c36646f375680d7a4efc5772b2 (diff)
Fix invalid redefinition of automake variables
Diffstat (limited to 'evolution/template')
-rw-r--r--evolution/template/Makefile.am6
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 $<