From: Robert Read Date: Thu, 13 May 2010 23:59:42 +0000 (-0700) Subject: b=20938 Add liblustreapi.a to dependencies lists X-Git-Tag: v1_10_0_43~40 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=59d78585bd7c1014b1a09a69a31524af2984d634 b=20938 Add liblustreapi.a to dependencies lists I think this is why we occasionally file to build lustre on LBATS with a missing liblustreapi.a. i=brian --- diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 4dc9cc4..e846e9b 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -35,7 +35,7 @@ lib_LIBRARIES = liblustreapi.a libiam.a lctl_SOURCES = obd.c lustre_cfg.c lctl.c obdctl.h lctl_LDADD := $(LIBREADLINE) liblustreapi.a $(LIBPTLCTL) -lctl_DEPENDENCIES := $(LIBPTLCTL) +lctl_DEPENDENCIES := $(LIBPTLCTL) liblustreapi.a lfs_SOURCES = lfs.c obd.c lustre_cfg.c lfs_LDADD := $(LIBREADLINE) liblustreapi.a $(LIBPTLCTL) @@ -43,7 +43,7 @@ lfs_DEPENDENCIES := $(LIBPTLCTL) liblustreapi.a loadgen_SOURCES = loadgen.c lustre_cfg.c obd.c loadgen_LDADD := $(LIBREADLINE) liblustreapi.a $(LIBPTLCTL) $(PTHREAD_LIBS) -loadgen_DEPENDENCIES := $(LIBPTLCTL) +loadgen_DEPENDENCIES := $(LIBPTLCTL) liblustreapi.a lustre_rsync_SOURCES = lustre_rsync.c obd.c lustre_cfg.c lustre_rsync.h lustre_rsync_LDADD := $(LIBREADLINE) liblustreapi.a $(LIBPTLCTL)