From 0d85e6af034e306f671cea33f2d6760d741e6111 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jul 2013 08:59:37 +0200 Subject: Fix invalid redefinition of automake variables --- evolution/template/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'evolution/template/Makefile.am') 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 $< -- cgit v1.1