From bbae9a9921d8a6087987790b738449e3337eacb8 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 10 Jun 2004 23:25:38 +0000 Subject: [PATCH] b=3533 r=adilger fixes from 1.2.2 release to make --disable/--enable work correctly for buliding packages. --- lustre/utils/Lustre/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/utils/Lustre/Makefile.am b/lustre/utils/Lustre/Makefile.am index e8e522f..c3d9a59 100644 --- a/lustre/utils/Lustre/Makefile.am +++ b/lustre/utils/Lustre/Makefile.am @@ -1,2 +1,4 @@ +if UTILS pymod_SCRIPTS = __init__.py lustredb.py error.py cmdline.py -EXTRA_DIST = $(pymod_SCRIPTS) +endif +EXTRA_DIST = __init__.py lustredb.py error.py cmdline.py -- 1.8.3.1