Mercurial > pidgin.yaz
changeset 1518:e85a3a0e0975
[gaim-migrate @ 1528]
Works better?
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 27 Feb 2001 18:41:11 +0000 |
parents | e6f9acc31500 |
children | d3ff7d80b8fb |
files | plugins/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/Makefile.am Tue Feb 27 17:05:01 2001 +0000 +++ b/plugins/Makefile.am Tue Feb 27 18:41:11 2001 +0000 @@ -4,7 +4,7 @@ $(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) $(PLUGIN_LIBS) rm -f tmp$@.lo tmp$@.o libtmp$@.la - cp -L .libs/libtmp$@.so $@ + cp .libs/libtmp$@.so $@ rm -f .libs/libtmp$@.* if PLUGINS