Whamcloud - gitweb
Revert inclusion of ldlm/Makefile in configure.in in v26 landing so
authoradilger <adilger>
Thu, 15 Jan 2004 02:04:48 +0000 (02:04 +0000)
committeradilger <adilger>
Thu, 15 Jan 2004 02:04:48 +0000 (02:04 +0000)
"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.

lustre/configure.in

index d1aa6aa..c60f868 100644 (file)
@@ -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])