X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fliblustre%2FMakefile.am;h=d7f8957d81122cb4262539db0e5c1c9188ffad36;hb=90dfed8469d46f4b79ebdff8121eb109b5db6746;hp=91e5f01df9055cc8ad826fa71b9c62ce995fd455;hpb=f112981702e67c182bd2467b10cefd44bc121f2e;p=fs%2Flustre-release.git diff --git a/lustre/liblustre/Makefile.am b/lustre/liblustre/Makefile.am index 91e5f01..d7f8957 100644 --- a/lustre/liblustre/Makefile.am +++ b/lustre/liblustre/Makefile.am @@ -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_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)