aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3ef9fa5..55cdb85 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,6 @@ varnish_mib_la_SOURCES = \
modconf.c\
sha256.c\
sha256.h\
- statdict.c\
varnish_mib.c\
varnish_mib.h\
vcli.c\
@@ -40,7 +39,9 @@ BUILT_SOURCES = \
varnish_mib.c varnish_mib.h: varnish_mib.mib2c VARNISH-MIB.txt
.mib2c.c:
- MIBDIRS=${top_srcdir}/src:${NET_SNMP_MIBDIRS} MIBS="VARNISH-MIB:${NET_SNMP_MIBS}" \
+ MIBDIRS=${top_srcdir}/src:${NET_SNMP_MIBDIRS}\
+ MIBS="VARNISH-MIB:${NET_SNMP_MIBS}" \
+ PERL5LIB=${top_srcdir}/lib \
mib2c -c $< -f $@ varnish
#NET_SNMP_INCLUDES = `$(NET_SNMP_CONFIG) --cflags`

Return to:

Send suggestions and report system problems to the System administrator.