Whamcloud - gitweb
LU-2053 crypto: Fix cfs_crypto_hash memleak
[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_SERVER = true
8 BUILD_TESTS = false
9
10 include build/autoMakefile.am.toplevel
11
12 EXTRA_DIST += kernel_patches
13
14 # this only needs to be done if disting stand-alone (i.e. not as a
15 # subdir of lustre
16 module-dist-hook:
17         if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[http:\/\/bugs\.whamcloud\.com\/], \[lustre\])" ../configure.ac; then \
18             if [ -f META ]; then \
19                 cp META $(distdir)/META; \
20             else \
21                 echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugs.whamcloud.com/"; \
22                 exit 1; \
23             fi; \
24         fi