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:
psychon
2008-06-16 19:17:05 +00:00
parent b475f5d69e
commit acc39c9351

View File

@@ -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@