Whamcloud - gitweb
Land b_smallfix onto HEAD (20040416_1638) (more 2.6 build fixes)
[fs/lustre-release.git] / lustre / snapfs / autoMakefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 SUBDIRS = . utils
7
8 if SNAPFS
9 modulefs_DATA = snapfs$(KMODEXT)
10 endif
11
12 MOSTLYCLEANFILES = *.o *.ko *.mod.c
13 DIST_SOURCES = $(snapfs-objs:%.o=%.c) snapfs_internal.h snapfs_support.h
14