diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-04 18:35:26 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-04 18:35:26 +0000 |
commit | d431bea4395035632d280cfa9b7250bf29fe40bc (patch) | |
tree | a645d37670bc6d23b02ee40cf74e47f994901973 /src/perl | |
parent | 596ef586b2fc0fa6760178faaccd5d70de5c6617 (diff) | |
download | irssi-d431bea4395035632d280cfa9b7250bf29fe40bc.zip |
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
Diffstat (limited to 'src/perl')
-rw-r--r-- | src/perl/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index f1168d06..c97a4cc9 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -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) |