[libgda] Use BUILT_SOURCES as mentionned in bug #630958
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Use BUILT_SOURCES as mentionned in bug #630958
- Date: Sat, 2 Oct 2010 10:07:39 +0000 (UTC)
commit 70c33afad3fe798edded6638d2dd7e3de6849123
Author: Vivien Malerba <malerba gnome-db org>
Date: Sat Oct 2 12:07:17 2010 +0200
Use BUILT_SOURCES as mentionned in bug #630958
libgda/sqlite/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/sqlite/Makefile.am b/libgda/sqlite/Makefile.am
index 1d2df2c..b3bf302 100644
--- a/libgda/sqlite/Makefile.am
+++ b/libgda/sqlite/Makefile.am
@@ -60,7 +60,7 @@ sqlitesources = \
gda-symbols-util.h \
gda-symbols-util.c
-$(libgda_sqlite_la_OBJECTS): xml_embedded.h keywords_hash.c
+BUILT_SOURCES = xml_embedded.h keywords_hash.c
libgda_sqlite_la_SOURCES = $(sqlitesources)
libgda_sqlite_la_CFLAGS = -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\""$(SQLITE_PATH)"\"
@@ -85,4 +85,4 @@ gdainclude_HEADERS=$(sqliteheaders)
EXTRA_DIST = gen_emb_string.c mkkeywordhash.c keywords.list
-CLEANFILES = gen_emb_string$(EXEEXT_FOR_BUILD) xml_embedded.h mkkeywordhash$(EXEEXT_FOR_BUILD) keywords_hash.c
+CLEANFILES = gen_emb_string$(EXEEXT_FOR_BUILD) mkkeywordhash$(EXEEXT_FOR_BUILD) $(BUILT_SOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]