Renamed libtool-static to libtool-shared. Generating it should now also

work properly with older libtool versions than 1.3.5.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1064 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-04 18:35:26 +00:00 committed by cras
commit d431bea439
3 changed files with 11 additions and 5 deletions

View file

@ -94,4 +94,7 @@ all-local:
install-exec-local:
for dir in common irc; do cd $$dir && make install && cd ..; done
clean-generic:
rm -f common/Irssi.c irc/Irc.c
libperl_la_LIBADD = $(PERL_LDFLAGS)