Whamcloud - gitweb
e8b2d0e41535d5947f4ea7c168520624f9258c7a
[fs/lustre-release.git] / ldiskfs / autoMakefile.am
1 SUBDIRS := . ldiskfs
2 SOURCES_SUBDIRS := ldiskfs
3 DIST_SUBDIRS := ldiskfs
4
5 # this is in fact irrelevant in this file but needed to keep
6 # autoMakefile.am.toplevel happy
7 BUILD_TESTS = false
8
9 include build/autoMakefile.am.toplevel
10
11 EXTRA_DIST += kernel_patches
12
13 # this only needs to be done if disting stand-alone (i.e. not as a
14 # subdir of lustre
15 module-dist-hook:
16         if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[https:\/\/bugzilla\.lustre\.org\/], \[lustre\])" ../configure.ac; then \
17             if [ -f META ]; then \
18                 cp META $(distdir)/META; \
19             else \
20                 echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \
21                 exit 1; \
22             fi; \
23         fi