X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fobdclass%2FautoMakefile.am;h=493a4aa7ac1ee4884ec91808f61f80461f8c6622;hb=4f79081a4b9afe73de61ab8df619912399d0f786;hp=50efaf37fcc3d87d32158d01f83f5f0d972e209e;hpb=c2e280ff638d3838f5a24aba18d13fa502093bb7;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/autoMakefile.am b/lustre/obdclass/autoMakefile.am index 50efaf3..493a4aa 100644 --- a/lustre/obdclass/autoMakefile.am +++ b/lustre/obdclass/autoMakefile.am @@ -5,17 +5,16 @@ 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 liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c capa.c liblustreclass_a_SOURCES += lu_object.c cl_object.c lu_ref.c -liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c lprocfs_jobstats.c +liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.c -liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -liblustreclass_a_CFLAGS = $(LLCFLAGS) +liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -I$(SYSIO)/include +liblustreclass_a_CFLAGS = $(LLCFLAGS) -I$(SYSIO)/include endif