X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=snmp%2FMakefile.am;h=fe2a153e4227db0379279338316edd08d02320e4;hp=c1ee04f4a9e99c666ccd1a7f88278e66c1b11866;hb=303ea892488b985ba84e6c8e1481f6c7c914c7ed;hpb=c6bc5eb7d073d5a7b7d0934d92bfd8eab15fc825;ds=sidebyside diff --git a/snmp/Makefile.am b/snmp/Makefile.am index c1ee04f..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 \ @@ -10,10 +10,10 @@ lustresnmp_so_SOURCES := \ lustre-snmp-util.h lustresnmp_so_LDADD := $(NET_SNMP_LIBS) -lustresnmp_so_CFLAGS := $(NET_SNMP_CFLAGS) -lustresnmp_so_LDFLAGS := -fPIC -shared +lustresnmp_so_CFLAGS := -fPIC $(NET_SNMP_CFLAGS) +lustresnmp_so_LDFLAGS = -fPIC -shared -SUBDIRS := -DIST_SUBDIRS := autoconf +SUBDIRS = +DIST_SUBDIRS = autoconf -EXTRA_DIST := $(mib_DATA) +EXTRA_DIST = $(mib_DATA)