aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-22 05:24:34 +0800
committerDan Winship <danw@src.gnome.org>2003-02-22 05:24:34 +0800
commitd40f089a706484364ceb499d6bb4f6d823b92b09 (patch)
tree2a467c1fcafe9828b96fc82de3c8d115e1234aa7 /calendar/cal-client
parent80906889c2d0c7db9a69ca5d2e3a7657effd311b (diff)
downloadgsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar
gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.gz
gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.bz2
gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.lz
gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.xz
gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.zst
gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.zip
Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process svn path=/trunk/; revision=19994
Diffstat (limited to 'calendar/cal-client')
-rw-r--r--calendar/cal-client/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am
index b7ffe15af7..9efc3f13e7 100644
--- a/calendar/cal-client/Makefile.am
+++ b/calendar/cal-client/Makefile.am
@@ -49,6 +49,11 @@ libcal_client_la_SOURCES = \
query-listener.c \
query-listener.h
+libcal_client_la_LIBADD = \
+ $(top_builddir)/calendar/cal-util/libcal-util.la \
+ $(top_builddir)/libwombat/libwombat.la \
+ $(top_builddir)/e-util/libeutil.la
+
libcal_clientinclude_HEADERS = \
$(CORBA_GENERATED_H) \
cal-client-multi.h \
@@ -77,14 +82,9 @@ client_test_INCLUDES = \
$(INCLUDES) \
-DG_LOG_DOMAIN=\"client-test\"
-client_test_LDADD = \
- $(EVOLUTION_CALENDAR_LIBS) \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/calendar/cal-util/libcal-util.la \
- $(top_builddir)/libversit/libversit.a \
- $(top_builddir)/libical/src/libical/libical-evolution.la \
- $(top_builddir)/libwombat/libwombat.la \
- libcal-client.la
+client_test_LDADD = \
+ libcal-client.la \
+ $(EVOLUTION_CALENDAR_LIBS)
BUILT_SOURCES = $(CORBA_GENERATED)
CLEANFILES = $(BUILT_SOURCES)