From: jacob Date: Thu, 10 Jun 2004 23:25:38 +0000 (+0000) Subject: b=3533 X-Git-Tag: v1_7_100~1^32~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bbae9a9921d8a6087987790b738449e3337eacb8;p=fs%2Flustre-release.git b=3533 r=adilger fixes from 1.2.2 release to make --disable/--enable work correctly for buliding packages. --- 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