X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fliblustre%2FMakefile.am;h=d7f8957d81122cb4262539db0e5c1c9188ffad36;hb=7c649f5cc51ecd58722e5948bd27092a85ce218b;hp=116d0c957c8b015f001175f7ed6a895a0254c2b9;hpb=fbf5870b9848929d352460f1f005b79c0b5ccc5a;p=fs%2Flustre-release.git diff --git a/lustre/liblustre/Makefile.am b/lustre/liblustre/Makefile.am index 116d0c9..d7f8957 100644 --- a/lustre/liblustre/Makefile.am +++ b/lustre/liblustre/Makefile.am @@ -22,7 +22,7 @@ LUSTRE_LIBS = libllite.a \ $(top_builddir)/lustre/obdclass/liblustreclass.a \ $(top_builddir)/lustre/lvfs/liblvfs.a -if QUOTA +if LIBLUSTRE QUOTA_LIBS = $(top_builddir)/lustre/quota/libquota.a endif @@ -58,12 +58,12 @@ else install-exec-hook: endif -libllite_a_SOURCES = llite_lib.c llite_fid.c super.c namei.c rw.c file.c dir.c \ +libllite_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c \ lutil.c lutil.h llite_lib.h llite_cl.c \ - ../lclient/lcommon_cl.c ../lclient/glimpse.c + ../lclient/lcommon_cl.c ../lclient/glimpse.c ../lclient/lcommon_misc.c # for make rpms -- need cleanup -liblustre_a_SOURCES = llite_lib.c llite_fid.c super.c namei.c rw.c file.c dir.c \ +liblustre_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c \ llite_lib.h llite_cl.c liblustre.a : $(LUSTRE_LIBS) $(LND_LIBS) $(LNET_LIBS) $(SYSIO_LIBS) $(QUOTA_LIBS)