From 268aa743d50b496703eecd9c217879cde199380c Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 29 Mar 2000 05:05:45 +0000 Subject: + * wombat/wombat.c: Changed headerfile path. + + * wombat/Makefile.am: Use relative paths to libraries in the build + tree, rather than requiring libraries (such as libpcs) to already + be installed. svn path=/trunk/; revision=2245 --- wombat/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'wombat/Makefile.am') diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 4207a87a2d..4dbdb4467b 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -18,12 +18,12 @@ wombat_SOURCES = \ wombat_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ - $(top_builddir)/e-util/libeutil.la \ - -lpas \ - -lpcs \ - -lical \ - -lcalutil \ - $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/addressbook/backend/pas/libpas.la \ + $(top_builddir)/calendar/pcs/libpcs.la \ + $(top_builddir)/libical/src/libical/libical.la \ + $(top_builddir)/calendar/cal-util/libcalutil.la \ + $(top_builddir)/libversit/libversit.la \ -lgnomevfs wombat_LDFLAGS = `gnome-config --libs gnorba` -- cgit v1.2.3