[libgda/LIBGDA_4.0] Compilation process corrections



commit 83d075fdc0979c0cdffe681b2eccd9112ac2594a
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Jul 5 21:03:28 2009 +0200

    Compilation process corrections
    
    removed duplicated files from Makefile.am files

 libgda/Makefile.am           |    1 -
 providers/sqlite/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index a43b1e8..67e4ef3 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -57,7 +57,6 @@ gda_headers = \
 	gda-holder.h \
 	gda-lockable.h \
 	gda-log.h \
-	gda-marshal.h \
 	gda-meta-store.h \
 	gda-meta-struct.h \
 	gda-mutex.h \
diff --git a/providers/sqlite/Makefile.am b/providers/sqlite/Makefile.am
index 88a347b..e67d78d 100644
--- a/providers/sqlite/Makefile.am
+++ b/providers/sqlite/Makefile.am
@@ -21,7 +21,7 @@ libgda_sqlite_la_LIBADD = \
 	$(LIBGDA_LIBS)
 
 xmldir   = $(datadir)/libgda-4.0
-xml_in_files = sqlite_specs_create_db.xml.in \
+xml_in_files = \
 	sqlite_specs_dsn.xml.in \
 	sqlite_specs_create_db.xml.in \
 	sqlite_specs_drop_db.xml.in \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]