stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and maybe some other stuff as well) tries to link all that with the module.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1938 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-29 13:43:46 +00:00 committed by cras
commit 59e310c723
3 changed files with 9 additions and 2 deletions

View file

@ -19,7 +19,8 @@ irssi_LDADD = \
@COMMON_LIBS@ \
@PERL_LINK_LIBS@ \
@PERL_FE_LINK_LIBS@ \
@PERL_LINK_FLAGS@
@PERL_LINK_FLAGS@ \
@PROG_LIBS@
tparm_sources = \
tparm.c