aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-01-14 02:05:06 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-01-14 02:05:06 +0800
commit86cecef40be6942a5f6b670bdd8b690b642cbdcc (patch)
tree07f8f498ae5c202b9c6e889c44ca89dcbc50c68f /calendar
parent32c0f829d9d1bd0306a97385834e0bafa426ef3e (diff)
downloadgsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.tar
gsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.tar.gz
gsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.tar.bz2
gsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.tar.lz
gsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.tar.xz
gsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.tar.zst
gsoc2013-evolution-86cecef40be6942a5f6b670bdd8b690b642cbdcc.zip
Check for libsoup separately
2004-01-13 Rodney Dawes <dobey@ximian.com> * configure.in: Check for libsoup separately 2004-01-13 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Only link in libsoup where we need it svn path=/trunk/; revision=24203
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7e339fddfc..4b53d5aefd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-13 Rodney Dawes <dobey@ximian.com>
+
+ * gui/Makefile.am: Only link in libsoup where we need it
+
2004-01-13 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (impl_upgradeFromVersion): free 'base_uri'
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index fe5916c50b..ac3b8c353c 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -74,6 +74,7 @@ INCLUDES = \
-DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
+ $(LIBSOUP_CFLAGS) \
$(EVOLUTION_CALENDAR_CFLAGS)
glade_DATA = \
@@ -221,6 +222,7 @@ libevolution_calendar_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/a11y/calendar/libevolution-calendar-a11y.la \
+ $(LIBSOUP_LIBS) \
$(EVOLUTION_CALENDAR_LIBS)
libevolution_calendar_la_LDFLAGS = -avoid-version -module