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 | |
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
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a6b45ec4c8..8ad5556c85 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-01-15 Rodney Dawes <dobey@ximian.com> + + * gui/Makefile.am: Added libevolution_calendar_la_LDFLAGS, and + avoid versioning the shlib component + 2003-01-14 Ettore Perazzoli <ettore@ximian.com> * cal-client/Makefile.am (CORBA_SOURCES_GENERATED): Renamed from 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 |