Whamcloud - gitweb
Branch b1_8
[fs/lustre-release.git] / autoMakefile.am
index 4cf28fb..0876803 100644 (file)
@@ -32,3 +32,8 @@ checkstack-update:
 
 checkstack-clean:
        rm -f ${CSTK} ${CSTKO}
+
+module-dist-hook:
+       if [ -d CVS -o -d .git ]; then \
+           perl lustre/scripts/tree_status.pl > $(distdir)/tree_status; \
+       fi