]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/snmp/Makefile
Data sensors added
[stg.git] / projects / stargazer / plugins / other / snmp / Makefile
index 2f6eeb741e5fc90a978008f1601adac54feaa750..d43398243abea153194512e6c4d9b9184c7e5cf3 100644 (file)
@@ -9,6 +9,7 @@ LIBS += $(LIB_THREAD)
 PROG = mod_snmp_agent.so
 
 SRCS =  snmp.cpp \
+       sensors.cpp \
        asn1/DisplayString.c    \
        asn1/PhysAddress.c      \
        asn1/IfEntry.c  \
@@ -45,7 +46,35 @@ SRCS =  snmp.cpp \
        asn1/ClosePDU.c \
        asn1/RReqPDU.c  \
        asn1/RRspPDU.c  \
-       asn1/SOutPDU.c
+       asn1/SOutPDU.c \
+       asn1/ANY.c \
+       asn1/BOOLEAN.c \
+       asn1/INTEGER.c \
+       asn1/NULL.c \
+       asn1/NativeEnumerated.c \
+       asn1/NativeInteger.c \
+       asn1/OBJECT_IDENTIFIER.c \
+       asn1/asn_SEQUENCE_OF.c \
+       asn1/asn_SET_OF.c \
+       asn1/constr_CHOICE.c \
+       asn1/constr_SEQUENCE.c \
+       asn1/constr_SEQUENCE_OF.c \
+       asn1/constr_SET_OF.c \
+       asn1/OCTET_STRING.c \
+       asn1/BIT_STRING.c \
+       asn1/asn_codecs_prim.c \
+       asn1/ber_tlv_length.c \
+       asn1/ber_tlv_tag.c \
+       asn1/ber_decoder.c \
+       asn1/der_encoder.c \
+       asn1/constr_TYPE.c \
+       asn1/constraints.c \
+       asn1/xer_support.c \
+       asn1/xer_decoder.c \
+       asn1/xer_encoder.c \
+       asn1/per_support.c \
+       asn1/per_decoder.c \
+       asn1/per_encoder.c
 
 STGLIBS = -lstgcommon