Whamcloud - gitweb
Remove obsolete configuration tools.
[fs/lustre-release.git] / snmp / Makefile.am
1 agent_PROGRAMS  := lustresnmp.so
2 mib_DATA := Lustre-MIB.txt
3
4 lustresnmp_so_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_so_LDADD := $(NET_SNMP_LIBS)
13 lustresnmp_so_CFLAGS := -fPIC $(NET_SNMP_CFLAGS)
14 lustresnmp_so_LDFLAGS := -fPIC -shared
15
16 SUBDIRS :=
17 DIST_SUBDIRS := autoconf
18
19 EXTRA_DIST := $(mib_DATA)