Whamcloud - gitweb
LU-6245 libcfs: cleanup up libcfs hash code for upstream
[fs/lustre-release.git] / snmp / Makefile.am
1 agent_LTLIBRARIES = lustresnmp.la
2 mib_DATA = Lustre-MIB.txt
3
4 lustresnmp_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 lustresnmp_la_LIBADD := $(NET_SNMP_LIBS)
13 lustresnmp_la_CFLAGS := -fPIC $(NET_SNMP_CFLAGS)
14 lustresnmp_la_LDFLAGS = -fPIC -shared -module -avoid-version
15
16 SUBDIRS =
17 DIST_SUBDIRS = autoconf
18
19 EXTRA_DIST = $(mib_DATA)