From: adilger Date: Thu, 15 Jan 2004 02:04:48 +0000 (+0000) Subject: Revert inclusion of ldlm/Makefile in configure.in in v26 landing so X-Git-Tag: 1.0.3~50 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8ff5eec2e725b0847449bf0811220efe7972503e;p=fs%2Flustre-release.git Revert inclusion of ldlm/Makefile in configure.in in v26 landing so "make rpms" works again. The ldlm files are really built as part of ptlrpc/Makefile (symlinks, ugh). If we want a better solution we should include ldlm in lustre/Makefile.am SRCDIR and test it all first. --- diff --git a/lustre/configure.in b/lustre/configure.in index d1aa6aa..c60f868 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -78,6 +78,6 @@ AC_OUTPUT([Makefile lvfs/Makefile portals/Makefile portals/Kernelenv \ lov/Makefile osc/Makefile mdc/Makefile mds/Makefile ost/Makefile \ cobd/Makefile ptlbd/Makefile conf/Makefile tests/Makefile \ utils/Makefile utils/Lustre/Makefile obdfilter/Makefile \ - obdclass/Makefile snapfs/Makefile snapfs/utils/Makefile ldlm/Makefile \ + obdclass/Makefile snapfs/Makefile snapfs/utils/Makefile \ include/Makefile include/linux/Makefile llite/Makefile doc/Makefile scripts/Makefile \ scripts/lustre.spec])