Whamcloud - gitweb
The newly added "jt_llog_check" function was not declared here.
[fs/lustre-release.git] / lustre / obdfilter / Makefile.am
index 7e17804..fca412b 100644 (file)
@@ -3,20 +3,10 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-DEFS = $(ENABLE_OST_RECOVERY)
 MODULE = obdfilter
 modulefs_DATA = obdfilter.o
 EXTRA_PROGRAMS = obdfilter
-
-LINX=simple.c
-simple.c:
-       test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
-
-FILTERC = filter.c lproc_obdfilter.c
-obdfilter_SOURCES = $(FILTERC) $(LINX)
-
-dist-hook:
-       list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
+obdfilter_SOURCES = filter.c filter_io.c filter_log.c filter_san.c \
+                       filter_io_24.c lproc_obdfilter.c filter_internal.h
 
 include $(top_srcdir)/Rules
-