diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-28 00:00:04 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-28 00:00:04 +0000 |
commit | 8b45597a9a24925b3a62c4fe793661bfbc682bcc (patch) | |
tree | 88004e81ffb2596fbd003d3fc7597e4d15ec776b /configure.in | |
parent | e29f497cf007bae88b852fcc5e6c8ce2dbef66e5 (diff) |
Add MIBS that we distribute with the app.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9c84543..ba89937 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,8 @@ dnl TODO: AC_CHECK_HEADERS AC_MSG_RESULT() -AC_CONFIG_FILES([Makefile +AC_CONFIG_FILES([Makefile + mibs/Makefile daemon/Makefile bsnmp/Makefile]) AC_OUTPUT |