Whamcloud - gitweb
c57711fd18440f00fb2e326327b1e702b6073472
[fs/lustre-release.git] / ldiskfs / autoMakefile.am
1 SUBDIRS = . ldiskfs
2 SOURCES_SUBDIRS = ldiskfs
3 DIST_SUBDIRS = ldiskfs
4
5 include build/autoMakefile.am.toplevel
6
7 EXTRA_DIST += kernel_patches
8
9 # this only needs to be done if disting stand-alone (i.e. not as a
10 # subdir of lustre
11 module-dist-hook:
12         if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[http:\/\/bugs\.whamcloud\.com\/], \[lustre\])" ../configure.ac; then \
13             if [ -f META ]; then \
14                 cp META $(distdir)/META; \
15             fi; \
16         fi