diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-12-08 04:32:18 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-12-08 04:32:18 +0800 |
commit | 33150f282cd0c80bb429d934849f9199390e0e4a (patch) | |
tree | 564cc2c69c108c3f4a2e702b47fb2bfa12ea63f8 /calendar/cal-client/Makefile.am | |
parent | 5d72cc436798683b1dec3756866fbedf02f49032 (diff) | |
download | gsoc2013-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/cal-client/Makefile.am')
-rw-r--r-- | calendar/cal-client/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |