From 787d988b336646b327be686a205b44374df2322d Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 5 Jul 2006 14:41:04 +0000 Subject: [PATCH] liblustreapi.a is needed by more than just lustre utils. liblustre tests for example. (from b1_4) --- lustre/utils/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- 1.8.3.1