Whamcloud - gitweb
LU-17744 ldiskfs: mballoc stats fixes
[fs/lustre-release.git] / snmp / Makefile.am
diff --git a/snmp/Makefile.am b/snmp/Makefile.am
deleted file mode 100644 (file)
index fe2a153..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-agent_PROGRAMS  = lustresnmp.so
-mib_DATA = Lustre-MIB.txt
-
-lustresnmp_so_SOURCES =                \
-       lustre-snmp.c           \
-       lustre-snmp.h           \
-       lustre-snmp-trap.c      \
-       lustre-snmp-trap.h      \
-       lustre-snmp-util.c      \
-       lustre-snmp-util.h
-
-lustresnmp_so_LDADD := $(NET_SNMP_LIBS)
-lustresnmp_so_CFLAGS := -fPIC $(NET_SNMP_CFLAGS)
-lustresnmp_so_LDFLAGS = -fPIC -shared
-
-SUBDIRS =
-DIST_SUBDIRS = autoconf
-
-EXTRA_DIST = $(mib_DATA)