Whamcloud - gitweb
LU-13605 lnet: Do not overwrite destination when routing
[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 LIBCFS = $(top_builddir)/libcfs/libcfs/libcfs.la
13
14 liblustresnmp_la_CFLAGS := $(NET_SNMP_CFLAGS)
15 liblustresnmp_la_LIBADD := $(NET_SNMP_LIBS) $(LIBCFS)
16 liblustresnmp_la_LDFLAGS := -version-info 1:0:0
17
18 SUBDIRS =
19 DIST_SUBDIRS = autoconf
20
21 EXTRA_DIST = $(mib_DATA)