[libgda] Don't use the -no-undefined flag for providers or plugins
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Don't use the -no-undefined flag for providers or plugins
- Date: Sun, 27 Jun 2010 16:32:02 +0000 (UTC)
commit 8434782101d0a5fa9396ebff23e10b1cb882ffbf
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Jun 27 18:19:12 2010 +0200
Don't use the -no-undefined flag for providers or plugins
on Windows
libgda-ui/data-entries/plugins/Makefile.am | 2 +-
providers/bdbsql/Makefile.am | 2 +-
providers/sqlite/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgda-ui/data-entries/plugins/Makefile.am b/libgda-ui/data-entries/plugins/Makefile.am
index 26c4544..57f3177 100644
--- a/libgda-ui/data-entries/plugins/Makefile.am
+++ b/libgda-ui/data-entries/plugins/Makefile.am
@@ -49,7 +49,7 @@ libgda_ui_plugins_la_SOURCES = \
gdaui-entry-pict.c \
$(gcrypt_sources)
-libgda_ui_plugins_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
+libgda_ui_plugins_la_LDFLAGS = -export-dynamic -module -avoid-version
libgda_ui_plugins_la_LIBADD = \
$(top_builddir)/libgda/libgda-4.0.la \
$(top_builddir)/libgda-ui/libgda-ui-4.0.la \
diff --git a/providers/bdbsql/Makefile.am b/providers/bdbsql/Makefile.am
index ed07298..f4ddc71 100644
--- a/providers/bdbsql/Makefile.am
+++ b/providers/bdbsql/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
libgda_bdbsql_la_SOURCES = \
libmain.c
-libgda_bdbsql_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS)
+libgda_bdbsql_la_LDFLAGS = -export-dynamic -module -avoid-version $(LIBTOOL_PROV_EXPORT_OPTIONS)
libgda_bdbsql_la_LIBADD = \
$(top_builddir)/libgda/sqlite/libgda-bdbsqlite.la
diff --git a/providers/sqlite/Makefile.am b/providers/sqlite/Makefile.am
index ce6fcaf..233a590 100644
--- a/providers/sqlite/Makefile.am
+++ b/providers/sqlite/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
libgda_sqlite_la_SOURCES = \
libmain.c
-libgda_sqlite_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS)
+libgda_sqlite_la_LDFLAGS = -export-dynamic -module -avoid-version $(LIBTOOL_PROV_EXPORT_OPTIONS)
libgda_sqlite_la_LIBADD =
xmldir = $(datadir)/libgda-4.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]