From 7f22396bdc304c14f1c7ef0402ba9bd1450661b7 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 28 Mar 2005 15:38:16 +0000 Subject: * extract.pl.in: Use SNMP_INCLUDES to avoid warnings if compiling with snmp support. --- vtysh/extract.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vtysh/extract.pl.in') diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index ef8c34ff..444fc9a5 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -61,7 +61,7 @@ $ignore{'"show history"'} = "ignore"; foreach (@ARGV) { $file = $_; - open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib $file |"); + open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib @SNMP_INCLUDES@ $file |"); local $/; undef $/; $line = ; close (FH); -- cgit v1.2.1