Whamcloud - gitweb
Remove some grossness I previously put in the error handling path. It
[fs/lustre-release.git] / lustre / Makefile.am
index b84af44..f5d2d13 100644 (file)
@@ -4,15 +4,22 @@
 # See the file COPYING in this distribution
 
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = rpc llight lib ldlm obdecho mdc osc mds ost utils tests filterobd
-SUBDIRS+= class ext2obd obdfs obdtrace demos doc scripts extN
-#SUBDIRS+= oraid1 rpctarget inofs rpcclient tests snap
-EXTRA_DIST = BUGS FDL Rules include patches
+
+# NOTE: keep extN before mds
+SUBDIRS = lov utils obdclass ldlm ptlrpc llite lib obdecho mdc osc extN 
+SUBDIRS+=  mds ost tests obdfilter demos doc scripts 
+DIST_SUBDIRS = $(SUBDIRS) obdfs
+EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
 
 # We get the version from the spec file.
 configure: scripts/lustre.spec.in
 
 dist-hook:
        find $(distdir) -name .deps | xargs rm -rf
+       find $(distdir) -name CVS | xargs rm -rf
 
 include $(top_srcdir)/Rules
+
+rpms: dist Makefile
+       rpm -ta $(distdir).tar.gz
+