mirror of
https://github.com/znc/znc.git
synced 2026-05-05 04:52:31 +02:00
modules/Makefile.in: $LIBS is unused and should not be used
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1094 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -13,7 +13,9 @@ CXX := @CXX@
|
||||
MODFLAGS := @MODFLAGS@
|
||||
LDFLAGS := @LDFLAGS@
|
||||
INCLUDES := @INCLUDES@ -I..
|
||||
LIBS := @LIBS@
|
||||
# LIBS are not and should not be used in here.
|
||||
# The znc binary links already against those.
|
||||
# LIBS := @LIBS@
|
||||
PERL := @PERL@
|
||||
MODDIR := @MODDIR@
|
||||
DATADIR := @DATADIR@
|
||||
|
||||
Reference in New Issue
Block a user