Whamcloud - gitweb
Add missing files, cleanup .cvsignore's
[fs/lustre-release.git] / lustre / obdfilter / 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 DEFS:= 
7 MODULE = obdfilter
8 modulefs_DATA = obdfilter.o
9 EXTRA_PROGRAMS = obdfilter
10
11 EXT2C = filter.c
12 obdfilter_SOURCES = filter.c
13
14 include $(top_srcdir)/Rules
15