diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-24 22:53:11 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-24 22:53:11 +0000 |
commit | 7fe50e2afb6777d98f6474846f4658c454b2164b (patch) | |
tree | af29fdaacaa98a7ec4e510e4c64f7a7636ac77b4 /src/bsnmp/Makefile.am | |
parent | c54e18a960bef59479a981cb66eddecf8a7108fe (diff) |
Started development on the SNMP polling daemon.
Diffstat (limited to 'src/bsnmp/Makefile.am')
-rw-r--r-- | src/bsnmp/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bsnmp/Makefile.am b/src/bsnmp/Makefile.am new file mode 100644 index 0000000..7a7a739 --- /dev/null +++ b/src/bsnmp/Makefile.am @@ -0,0 +1,4 @@ + +noinst_LIBRARIES = libbsnmp-custom.a +libbsnmp_custom_a_SOURCES = asn1.c asn1.h snmp.c snmp.h snmppriv.h + |