aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/calendar/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-01-14 22:58:15 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-14 22:58:15 +0800
commit80b2b2222ea67c50e0e3f9fdeb1797fb7874f862 (patch)
tree86298e4b45bfc131a9cf1902a37a09fc2e800c55 /calendar/conduits/calendar/Makefile.am
parent5608af39dd66cbf0ce1bb7aa0a95a0c70ef092b3 (diff)
downloadgsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar
gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.gz
gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.bz2
gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.lz
gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.xz
gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.zst
gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.zip
pass -module and -avoid-version to conduit linker
2001-01-14 JP Rosevear <jpr@ximian.com> * conduits/calendar/Makefile.am: pass -module and -avoid-version to conduit linker * conduits/todo/Makefile.am: ditto svn path=/trunk/; revision=7490
Diffstat (limited to 'calendar/conduits/calendar/Makefile.am')
-rw-r--r--calendar/conduits/calendar/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index 0acb102db1..d4650b2bc3 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -33,6 +33,7 @@ libecalendar_conduit_la_SOURCES = \
calendar-conduit.h \
calendar-conduit-config.h
+libecalendar_conduit_la_LDFLAGS = -module -avoid-version
libecalendar_conduit_la_LIBADD = \
$(top_builddir)/calendar/cal-client/libcal-client-static.la \
$(top_builddir)/calendar/cal-util/libcal-util-static.la \