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 a0e7e72..4643fde 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,15 +24,16 @@ varnish_mib_la_SOURCES = \
sha256.h\
varnish_mib.c\
varnish_mib.h\
vcli.c
BUILT_SOURCES = \
- varnish_mib.c
+ varnish_mib.c\
+ varnish_mib.h
-varnish_mib.c: varnish_mib.mib2c VARNISH-MIB.txt
+varnish_mib.c varnish_mib.h: varnish_mib.mib2c VARNISH-MIB.txt
.mib2c.c:
MIBDIRS=${top_srcdir}/src:${NET_SNMP_MIBDIRS} MIBS="+VARNISH-MIB" \
mib2c -c $< -f $@ varnish
#NET_SNMP_INCLUDES = `$(NET_SNMP_CONFIG) --cflags`

Return to:

Send suggestions and report system problems to the System administrator.