Whamcloud - gitweb
- put obdfilter before extN + mds to facilitate collab between peter +
[fs/lustre-release.git] / lustre / Makefile.am
index e1e25cb..b228a89 100644 (file)
@@ -6,14 +6,21 @@
 AUTOMAKE_OPTIONS = foreign
 
 # NOTE: keep extN before mds
-SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc extN mds ost 
-SUBDIRS+= utils tests obdfilter obdclass obdfs demos doc scripts 
-EXTRA_DIST = BUGS FDL Rules include patches
+SUBDIRS = lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite obdfilter
+SUBDIRS+=  extN mds tests doc scripts 
+
+DIST_SUBDIRS = $(SUBDIRS)
+EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
 
 # We get the version from the spec file.
-configure: scripts/lustre.spec.in
+CONFIGURE_DEPENDENCIES = 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
+