aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-09-25 02:20:55 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-09-25 02:20:55 +0300
commit34436febd6259f78ceb573d5c7e8d7642523d811 (patch)
treed8f37779dc0d1b4c8e44ea8daa6db896cbd3de60 /src/Makefile.am
parent146dbdb524bbf3f164c39e0f16184feb73aa1e7c (diff)
downloadvarnish-mib-34436febd6259f78ceb573d5c7e8d7642523d811.tar.gz
varnish-mib-34436febd6259f78ceb573d5c7e8d7642523d811.tar.bz2
Minor changes.
* configure.ac (MIBDIR): Change default value * src/Makefile.am (mib_DATA): Set to VARNISH-MIB.txt * src/VARNISH-MIB.txt
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3c066f1..48c786b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -55,7 +55,7 @@ AM_LDFLAGS = \
AM_CPPFLAGS=-I. ${VARNISHAPI_CFLAGS}
mibdir=@MIBDIR@
-mib_DATA = varnish_mib.mib2c
+mib_DATA = VARNISH-MIB.txt
dist_man_MANS = varnish-mib.8

Return to:

Send suggestions and report system problems to the System administrator.