[libgsf] Compilation: fix win32 build
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgsf] Compilation: fix win32 build
- Date: Sun, 3 May 2020 01:26:52 +0000 (UTC)
commit 8441d5863cb90ed48199d6976bc6e2fcfbe3365a
Author: Morten Welinder <terra gnome org>
Date: Sat May 2 21:24:12 2020 -0400
Compilation: fix win32 build
NEWS | 3 +++
gsf/Makefile.am | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bbfeefd..2c3c986 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
libgsf 1.14.48
+Greg Hellings:
+ * Fix win32 build.
+
--------------------------------------------------------------------------
libgsf 1.14.47
diff --git a/gsf/Makefile.am b/gsf/Makefile.am
index 20d92bc..121015e 100644
--- a/gsf/Makefile.am
+++ b/gsf/Makefile.am
@@ -18,8 +18,7 @@ EXTRA_DIST = libgsf.syms
libgsf_1_la_LIBADD = $(LIBGSF_LIBS) $(Z_LIBS) $(BZ2_LIBS)
libgsf_1_la_LDFLAGS = -version-info $(VERSION_INFO) -export-symbols $(srcdir)/libgsf.syms
if WITH_WIN32
- libgsf_1_la_DEPENDENCIES = lib.def
- libgsf_1_la_LDFLAGS += -no-undefined -export-symbols lib.def
+ libgsf_1_la_LDFLAGS += -no-undefined
endif
libgsf_1_la_SOURCES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]