diff options
author | JP Rosevear <jpr@ximian.com> | 2001-01-14 22:58:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-14 22:58:15 +0800 |
commit | 80b2b2222ea67c50e0e3f9fdeb1797fb7874f862 (patch) | |
tree | 86298e4b45bfc131a9cf1902a37a09fc2e800c55 /calendar | |
parent | 5608af39dd66cbf0ce1bb7aa0a95a0c70ef092b3 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/conduits/calendar/Makefile.am | 1 | ||||
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 95ed315159..ca77d73b4e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +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 + 2001-01-14 Damon Chaplin <damon@helixcode.com> * gui/dialogs/task-editor.[hc]: moved #include 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 \ diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index b0df8e91a4..5824eba258 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -33,6 +33,7 @@ libetodo_conduit_la_SOURCES = \ todo-conduit.h \ todo-conduit-config.h +libetodo_conduit_la_LDFLAGS = -module -avoid-version libetodo_conduit_la_LIBADD = \ $(top_builddir)/calendar/cal-client/libcal-client-static.la \ $(top_builddir)/calendar/cal-util/libcal-util-static.la \ |