aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-01-16 03:41:37 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-01-16 03:41:37 +0800
commitc9e4a8473debed351518f09141453888893ef4f5 (patch)
treeffbef8e0df53e57429ef51495bf82d9a020bf69d /calendar/gui/Makefile.am
parent285b33d516b24c808cda4915870cc42f631173cc (diff)
downloadgsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.tar
gsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.tar.gz
gsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.tar.bz2
gsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.tar.lz
gsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.tar.xz
gsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.tar.zst
gsoc2013-evolution-c9e4a8473debed351518f09141453888893ef4f5.zip
Added libevolution_calendar_la_LDFLAGS, and avoid versioning the shlib
2003-01-15 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Added libevolution_calendar_la_LDFLAGS, and avoid versioning the shlib component svn path=/trunk/; revision=19480
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index cf5838b5bc..589b0d592b 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -176,6 +176,9 @@ libevolution_calendar_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(EVOLUTION_CALENDAR_LIBS)
+libevolution_calendar_la_LDFLAGS = \
+ -export-dynamic -avoid-version
+
server_in_files = GNOME_Evolution_Calendar.server.in.in
serverdir = $(libdir)/bonobo/servers