diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-01-15 01:39:23 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-01-15 01:39:23 +0800 |
commit | 8aac8a2dcf954ffbe67b4397e3f659ec02478834 (patch) | |
tree | c45b0d118a3499589f7080722d08da3233c5f4c4 /mail/Makefile.am | |
parent | f84b142ee419f57f2f721237601ed028cfe0ecb5 (diff) | |
download | gsoc2013-evolution-8aac8a2dcf954ffbe67b4397e3f659ec02478834.tar.gz gsoc2013-evolution-8aac8a2dcf954ffbe67b4397e3f659ec02478834.tar.zst gsoc2013-evolution-8aac8a2dcf954ffbe67b4397e3f659ec02478834.zip |
Make the component be unversioned as a shlib
2003-01-14 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Make the component be unversioned as a shlib
svn path=/trunk/; revision=19449
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 547d80b8ac..bb677441ba 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -159,7 +159,7 @@ libevolution_mail_la_LIBADD = \ $(EVOLUTION_MAIL_LIBS) libevolution_mail_la_LDFLAGS = \ - -export-dynamic + -export-dynamic -avoid-version #evolution_mail_upgrade_SOURCES = upgrade-mailer.c #evolution_mail_upgrade_LDADD = \ |