From acc39c9351d85d58d42305bbce3e3d4e8a3439e7 Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 16 Jun 2008 19:17:05 +0000 Subject: [PATCH] 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 --- modules/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index 9171f5a2..5ef8fccc 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.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@