From 57bdb554a99b9ee0fbd4cce87b900b31a8212c0b Mon Sep 17 00:00:00 2001 From: psychon Date: Wed, 3 Sep 2008 16:24:08 +0000 Subject: [PATCH] I was told this is confusing, so let's clean this up (/me waves at eTeen) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1188 726aef4b-f618-498e-8847-2d620e286838 --- modules/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index 5ef8fccc..60bad719 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -8,8 +8,7 @@ libdir := @libdir@ sbindir := @sbindir@ localstatedir := @localstatedir@ CXX := @CXX@ -# CXXFLAGS are for the main binary, so don't even think of using them here -# CXXFLAGS := @CXXFLAGS@ +# CXXFLAGS are for the main binary, so don't use them here, use MODFLAGS instead MODFLAGS := @MODFLAGS@ LDFLAGS := @LDFLAGS@ INCLUDES := @INCLUDES@ -I..