X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=snmp%2FMakefile.am;h=fe2a153e4227db0379279338316edd08d02320e4;hp=40658ab995e9104cafc4612f838dfcaf90093b64;hb=11b08d4ee69a242b763e5f4a34c511cb857f7868;hpb=50c49c7824a5563de6328885577581ececff6106 diff --git a/snmp/Makefile.am b/snmp/Makefile.am index 40658ab..fe2a153 100644 --- a/snmp/Makefile.am +++ b/snmp/Makefile.am @@ -1,7 +1,7 @@ -agent_PROGRAMS := lustresnmp.so -mib_DATA := Lustre-MIB.txt +agent_PROGRAMS = lustresnmp.so +mib_DATA = Lustre-MIB.txt -lustresnmp_so_SOURCES := \ +lustresnmp_so_SOURCES = \ lustre-snmp.c \ lustre-snmp.h \ lustre-snmp-trap.c \ @@ -11,9 +11,9 @@ lustresnmp_so_SOURCES := \ lustresnmp_so_LDADD := $(NET_SNMP_LIBS) lustresnmp_so_CFLAGS := -fPIC $(NET_SNMP_CFLAGS) -lustresnmp_so_LDFLAGS := -fPIC -shared +lustresnmp_so_LDFLAGS = -fPIC -shared -SUBDIRS := -DIST_SUBDIRS := autoconf +SUBDIRS = +DIST_SUBDIRS = autoconf -EXTRA_DIST := $(mib_DATA) +EXTRA_DIST = $(mib_DATA)