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
This commit is contained in:
Rodney Dawes
2003-01-14 17:39:23 +00:00
committed by Rodney Dawes
parent f84b142ee4
commit 8aac8a2dcf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-14 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Make the component be unversioned as a shlib
2003-01-14 Rodney Dawes <dobey@ximian.com>
* folder-browser.c: Use GtkPaned instead of EPaned

View File

@ -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 = \