Whamcloud - gitweb
LU-7421 utils: getparam_display() should reset popt
[fs/lustre-release.git] / snmp / Makefile.am
1 agent_LTLIBRARIES = liblustresnmp.la
2 mib_DATA = Lustre-MIB.txt
3
4 liblustresnmp_la_SOURCES =      \
5         lustre-snmp.c           \
6         lustre-snmp.h           \
7         lustre-snmp-trap.c      \
8         lustre-snmp-trap.h      \
9         lustre-snmp-util.c      \
10         lustre-snmp-util.h
11
12 liblustresnmp_la_CFLAGS := $(NET_SNMP_CFLAGS)
13 liblustresnmp_la_LIBADD := $(NET_SNMP_LIBS)
14 liblustresnmp_la_LDFLAGS := -version-info 1:0:0
15
16 SUBDIRS =
17 DIST_SUBDIRS = autoconf
18
19 EXTRA_DIST = $(mib_DATA)