aboutsummaryrefslogtreecommitdiffstats
path: root/importers
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-07-03 15:28:56 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-07-03 15:28:56 +0800
commit5181884e249cc4c808114e6b3fd8b958532084f0 (patch)
treecfef0f15e416c93156d648093d29f2be52390210 /importers
parent94de273fd51459930ba52b03c3c245769612ddc4 (diff)
downloadgsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.tar
gsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.tar.gz
gsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.tar.bz2
gsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.tar.lz
gsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.tar.xz
gsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.tar.zst
gsoc2013-evolution-5181884e249cc4c808114e6b3fd8b958532084f0.zip
added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. Not
2001-07-03 Damon Chaplin <damon@ximian.com> * Makefile.am: added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. Not entirely sure it is correct. svn path=/trunk/; revision=10736
Diffstat (limited to 'importers')
-rw-r--r--importers/ChangeLog5
-rw-r--r--importers/Makefile.am4
2 files changed, 9 insertions, 0 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog
index 49d2b03b85..84f8b14c23 100644
--- a/importers/ChangeLog
+++ b/importers/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-03 Damon Chaplin <damon@ximian.com>
+
+ * Makefile.am: added $(BONOBO_CONF_LIBS) to all the LDADDs, to get
+ it to compile. Not entirely sure it is correct.
+
2001-06-18 Dan Winship <danw@ximian.com>
* Makefile.am (evolution_netscape_importer_LDADD):
diff --git a/importers/Makefile.am b/importers/Makefile.am
index e1fd7cbb17..a4e8a0e3c8 100644
--- a/importers/Makefile.am
+++ b/importers/Makefile.am
@@ -32,6 +32,7 @@ evolution_netscape_importer_SOURCES = \
evolution_netscape_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
$(top_builddir)/e-util/libeutil.la \
+ $(BONOBO_CONF_LIBS) \
$(BONOBO_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
@@ -41,6 +42,7 @@ evolution_elm_importer_SOURCES = \
evolution_elm_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
$(top_builddir)/e-util/libeutil.la \
+ $(BONOBO_CONF_LIBS) \
$(BONOBO_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
@@ -53,6 +55,7 @@ evolution_pine_importer_LDADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
+ $(BONOBO_CONF_LIBS) \
$(BONOBO_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
@@ -65,6 +68,7 @@ evolution_gnomecard_importer_LDADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
+ $(BONOBO_CONF_LIBS) \
$(BONOBO_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)