summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 00:00:04 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 00:00:04 +0000
commit8b45597a9a24925b3a62c4fe793661bfbc682bcc (patch)
tree88004e81ffb2596fbd003d3fc7597e4d15ec776b /Makefile.am
parente29f497cf007bae88b852fcc5e6c8ce2dbef66e5 (diff)
Add MIBS that we distribute with the app.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f4cd183..2dc888b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,11 @@
-EXTRA_DIST = common
-SUBDIRS = bsnmp daemon
+EXTRA_DIST = common mib
+SUBDIRS = bsnmp daemon mibs
+# Clean up any EXTRA_DIST we're distributing
dist-hook:
rm -rf `find $(distdir)/ -name .svn`
+
+# Make the config directory
+install-exec-hook:
+ mkdir -p $(DESTDIR)$(sysconfdir)/rrdbot