summaryrefslogtreecommitdiffstats
path: root/perl/Makefile.PL.in
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Makefile.PL.in')
-rw-r--r--perl/Makefile.PL.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in
index 423b4a18..40d1d6c4 100644
--- a/perl/Makefile.PL.in
+++ b/perl/Makefile.PL.in
@@ -24,5 +24,6 @@ WriteMakefile (
VERSION => '@PACKAGE_VERSION@',
LIBS => '-L@abs_top_builddir@/src/.libs -lguestfs',
- INC => '-Wall @CFLAGS@ -I@abs_top_builddir@/src',
+ INC => '-I@abs_top_builddir@/src',
+ CCFLAGS => '@CFLAGS@',
);