diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-01-16 03:41:37 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-01-16 03:41:37 +0800 |
commit | c9e4a8473debed351518f09141453888893ef4f5 (patch) | |
tree | ffbef8e0df53e57429ef51495bf82d9a020bf69d /calendar/gui | |
parent | 285b33d516b24c808cda4915870cc42f631173cc (diff) | |
download | gsoc2013-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')
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
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 |