From: brian Date: Wed, 5 Jul 2006 14:41:04 +0000 (+0000) Subject: liblustreapi.a is needed by more than just lustre utils. liblustre tests for X-Git-Tag: v1_7_100~1^90~8^2~33 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=787d988b336646b327be686a205b44374df2322d;p=fs%2Flustre-release.git liblustreapi.a is needed by more than just lustre utils. liblustre tests for example. (from b1_4) --- diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index cb7be32..1892d0f 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -16,13 +16,14 @@ rootsbin_PROGRAMS = mount.lustre sbin_PROGRAMS = mkfs.lustre tunefs.lustre lctl \ l_getgroups llverfs llverdev bin_PROGRAMS = lfs -lib_LIBRARIES = liblustreapi.a sbin_SCRIPTS = $(sbin_scripts) endif # UTILS +lib_LIBRARIES = liblustreapi.a + lctl_SOURCES = parser.c obd.c lustre_cfg.c lctl.c parser.h obdctl.h platform.h -lctl_LDADD := $(LIBREADLINE) $(LIBPTLCTL) -lctl_DEPENDENCIES := $(LIBPTLCTL) +lctl_LDADD := $(LIBREADLINE) $(LIBPTLCTL) +lctl_DEPENDENCIES := $(LIBPTLCTL) lfs_SOURCES = lfs.c parser.c obd.c lfs_LDADD := $(LIBREADLINE) liblustreapi.a $(LIBPTLCTL)