Whamcloud - gitweb
get utils/ building
authorzab <zab>
Thu, 22 May 2003 18:26:20 +0000 (18:26 +0000)
committerzab <zab>
Thu, 22 May 2003 18:26:20 +0000 (18:26 +0000)
- use 2.5's nice shared lib helpers to build libptlctl

lnet/Kernelenv.in
lustre/Makefile.mk
lustre/portals/Kernelenv.in

index c47702f..0be4a5b 100644 (file)
@@ -1,2 +1,3 @@
 EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/portals/include
 HOSTCFLAGS := $(EXTRA_CFLAGS)
+LIBREADLINE := @LIBREADLINE@
index 729bdf9..502c5ec 100644 (file)
@@ -8,3 +8,6 @@ obj-y += obdclass/
 obj-y += obdecho/
 obj-y += mds/
 obj-y += lib/
+
+# portals needs to be before utils/, which links against -lptlctl
+obj-m += utils/
index c47702f..0be4a5b 100644 (file)
@@ -1,2 +1,3 @@
 EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/portals/include
 HOSTCFLAGS := $(EXTRA_CFLAGS)
+LIBREADLINE := @LIBREADLINE@