Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / snapfs / Makefile.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
7 DEFS= 
8 SUBDIRS = . utils
9
10 MODULE = snapfs
11 modulefs_DATA = snapfs.o
12 EXTRA_PROGRAMS = snapfs
13
14 snapfs_SOURCES = cache.c  clonefs.c  dcache.c  dir.c  dotsnap.c  file.c 
15 snapfs_SOURCES += filter.c  inode.c  journal_ext3.c  psdev.c 
16 snapfs_SOURCES += snap.c  snaptable.c  super.c  symlink.c  sysctl.c options.c
17
18
19 include $(top_srcdir)/Rules