X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2FautoMakefile.am;h=9e15f8c5efbc40838b0c93c0ba2add9d69ae2bff;hb=a28484ce4e9a1635ed0f0f2973cf6013ce992a35;hp=fc64935f0cfb9ae106d2e7dd1e4898a2f5b52db1;hpb=90dfed8469d46f4b79ebdff8121eb109b5db6746;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/autoMakefile.am b/lustre/obdclass/autoMakefile.am index fc64935..9e15f8c 100644 --- a/lustre/obdclass/autoMakefile.am +++ b/lustre/obdclass/autoMakefile.am @@ -5,7 +5,7 @@ endif DIST_SUBDIRS := linux darwin if LIBLUSTRE - +INCLUDES = -I$(SYSIO)/include noinst_LIBRARIES = liblustreclass.a liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c mea.c uuid.c liblustreclass_a_SOURCES += lustre_handles.c lustre_peer.c lprocfs_status.c @@ -36,7 +36,7 @@ obdclass_SOURCES := \ lustre_handles.c lustre_peer.c obd_config.c \ obdo.c debug.c llog_ioctl.c uuid.c \ llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c \ - mea.c lu_object.c dt_object.c hash.c lu_ref.c + mea.c lu_object.c dt_object.c lu_ref.c obdclass_CFLAGS := $(EXTRA_KCFLAGS) obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)