only need perl_inc for this guy

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@740 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2006-07-09 20:03:48 +00:00
parent 4338d9dda7
commit d429f7bff8
+2 -2
View File
@@ -5,8 +5,8 @@ INCLUDES=@INCLUDES@ -I..
LIBS=@LIBS@
PERL=@PERL@
ifneq "$(PERL)" ""
PERLCC=-DHAVE_PERL `$(PERL) -MExtUtils::Embed -e ccopts`
PERLLD=`$(PERL) -MExtUtils::Embed -e ccopts -e ldopts`
PERLCC=-DHAVE_PERL `$(PERL) -MExtUtils::Embed -e perl_inc`
PERLLD=`$(PERL) -MExtUtils::Embed -e perl_inc -e ldopts`
endif
VPATH=.:..