[libgda] Fixed Windows compilation issues



commit 3cb8c8c76e60618f32e9da106d6a620593249bb7
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Sep 26 18:53:40 2010 +0200

    Fixed Windows compilation issues

 libgda-ui/data-entries/plugins/Makefile.am         |    6 ++++--
 .../plugins/gdaui-data-cell-renderer-util.c        |    1 +
 .../plugins/gdaui-data-cell-renderer-util.h        |    1 +
 providers/sqlite/Makefile.am                       |    6 ++++--
 4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/libgda-ui/data-entries/plugins/Makefile.am b/libgda-ui/data-entries/plugins/Makefile.am
index e1b115c..2c4c113 100644
--- a/libgda-ui/data-entries/plugins/Makefile.am
+++ b/libgda-ui/data-entries/plugins/Makefile.am
@@ -34,6 +34,8 @@ plugins_headers = \
 
 libgda_ui_plugins_la_SOURCES = \
 	$(plugins_headers) \
+	gdaui-data-cell-renderer-util.c \
+	gdaui-data-cell-renderer-util.h \
 	common-pict.c \
 	custom-marshal.c \
 	custom-marshal.h \
@@ -45,10 +47,10 @@ libgda_ui_plugins_la_SOURCES = \
 	gdaui-entry-pict.c \
 	$(gcrypt_sources)
 
-libgda_ui_plugins_la_LDFLAGS = -export-dynamic -module -avoid-version
+libgda_ui_plugins_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
 libgda_ui_plugins_la_LIBADD = \
-	$(top_builddir)/libgda/libgda-4.0.la \
         $(top_builddir)/libgda-ui/libgda-ui-4.0.la \
+	$(top_builddir)/libgda/libgda-4.0.la \
 	$(LIBGCRYPT_LIBS) \
 	$(LIBGDA_LIBS) \
         $(GTK_LIBS) \
diff --git a/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-util.c b/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-util.c
new file mode 120000
index 0000000..a5ce7de
--- /dev/null
+++ b/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-util.c
@@ -0,0 +1 @@
+../gdaui-data-cell-renderer-util.c
\ No newline at end of file
diff --git a/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-util.h b/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-util.h
new file mode 120000
index 0000000..f8873e7
--- /dev/null
+++ b/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-util.h
@@ -0,0 +1 @@
+../gdaui-data-cell-renderer-util.h
\ No newline at end of file
diff --git a/providers/sqlite/Makefile.am b/providers/sqlite/Makefile.am
index 233a590..b3c4993 100644
--- a/providers/sqlite/Makefile.am
+++ b/providers/sqlite/Makefile.am
@@ -14,8 +14,10 @@ AM_CPPFLAGS = \
 libgda_sqlite_la_SOURCES = \
 	libmain.c
 
-libgda_sqlite_la_LDFLAGS = -export-dynamic -module -avoid-version $(LIBTOOL_PROV_EXPORT_OPTIONS)
-libgda_sqlite_la_LIBADD = 
+libgda_sqlite_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS)
+libgda_sqlite_la_LIBADD = \
+	$(top_builddir)/libgda/libgda-4.0.la \
+	$(LIBGDA_LIBS)
 
 xmldir   = $(datadir)/libgda-4.0
 xml_in_files = \



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