Mercurial > pidgin
changeset 2893:abf9303fb328
[gaim-migrate @ 2906]
yeah, yeah, yeah
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 16 Dec 2001 21:11:12 +0000 |
parents | 3a8df5c3d1ee |
children | 44140dae2865 |
files | plugins/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/Makefile.am Sun Dec 16 21:07:48 2001 +0000 +++ b/plugins/Makefile.am Sun Dec 16 21:11:12 2001 +0000 @@ -2,7 +2,7 @@ SUFFIXES = .c .so .c.so: $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) - $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -avoid-version $(PLUGIN_LIBS) + $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) @rm -f tmp$@.lo tmp$@.o libtmp$@.la @cp .libs/libtmp$@.so* $@ @rm -f .libs/libtmp$@.*