[monkey-bubble: 432/753] fix segfault caused by the fact that we were linking to both libxml1 and 2
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 432/753] fix segfault caused by the fact that we were linking to both libxml1 and 2
- Date: Wed, 14 Jul 2010 22:31:58 +0000 (UTC)
commit b88cac72706e394fd417f0abbcb6cc91daf40c75
Author: John Fleck <jfleck inkstain net>
Date: Mon Jun 11 03:21:00 2001 +0000
fix segfault caused by the fact that we were linking to both libxml1 and 2
2001-06-10 John Fleck <jfleck inkstain net>
* components/help/converters/gnome-db2html3/Makefile.am:
fix segfault caused by the fact that we were linking to both
libxml1 and 2
help-converters/docbook/Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/help-converters/docbook/Makefile.am b/help-converters/docbook/Makefile.am
index 2a1e523..599ddd9 100644
--- a/help-converters/docbook/Makefile.am
+++ b/help-converters/docbook/Makefile.am
@@ -5,14 +5,13 @@ INCLUDES = \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
$(GNOMEUI_CFLAGS) \
- $(XML_CFLAGS) \
-DPREFIXDIR=\""$(prefix)"\" \
$(GNOME_DB2HTML3_FLAG) \
$(XML2_CFLAGS) \
$(XSLT_CFLAGS)
LDADD = \
- $(GNOME_LIBS) $(XML_LIBS) $(XML2_LIBS) $(XSLT_LIBS)
+ $(GNOME_LIBS) $(XML2_LIBS) $(XSLT_LIBS)
bin_PROGRAMS = gnome-db2html3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]