summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index 605be65..7f4e263 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -82,7 +82,7 @@ AM_CFLAGS += -O2 -DNDEBUG
endif
SPARSE = sparse
-SPARSE_FLAGS = -Wsparse-all -I../include
+SPARSE_FLAGS = -Wsparse-all -I../include $(SPARSE_EXT_FLAGS)
IPSET_AM_V_CHECK = $(ipset_am__v_CHECK_$(V))
ipset_am__v_CHECK_ = $(ipset_am__v_CHECK_$(AM_DEFAULT_VERBOSITY))
ipset_am__v_CHECK_0 = @echo " CHECK " $<;