aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-12-08 04:32:18 +0800
committerChris Toshok <toshok@src.gnome.org>2000-12-08 04:32:18 +0800
commit33150f282cd0c80bb429d934849f9199390e0e4a (patch)
tree564cc2c69c108c3f4a2e702b47fb2bfa12ea63f8 /calendar
parent5d72cc436798683b1dec3756866fbedf02f49032 (diff)
downloadgsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.tar
gsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.tar.gz
gsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.tar.bz2
gsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.tar.lz
gsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.tar.xz
gsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.tar.zst
gsoc2013-evolution-33150f282cd0c80bb429d934849f9199390e0e4a.zip
add EXTRA_GNOME_LIBS.
2000-12-07 Chris Toshok <toshok@helixcode.com> * cal-client/Makefile.am (client_test_LDADD): add EXTRA_GNOME_LIBS. svn path=/trunk/; revision=6844
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/cal-client/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 53f89b80d8..f19828ee9f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-07 Chris Toshok <toshok@helixcode.com>
+
+ * cal-client/Makefile.am (client_test_LDADD): add
+ EXTRA_GNOME_LIBS.
+
2000-12-07 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend.c (cal_backend_compute_changes_foreach_key): Create
diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am
index 6663baeecd..2bcaa89797 100644
--- a/calendar/cal-client/Makefile.am
+++ b/calendar/cal-client/Makefile.am
@@ -67,6 +67,7 @@ client_test_INCLUDES = \
client_test_LDADD = \
$(BONOBO_VFS_GNOME_LIBS) \
+ $(EXTRA_GNOME_LIBS) \
-lunicode \
$(top_builddir)/calendar/cal-util/libcal-util.la \
$(top_builddir)/libversit/libversit.la \