Whamcloud - gitweb
- debug.c was only used by obdclass, so I moved it there
[fs/lustre-release.git] / lustre / obdfilter / Makefile.am
index 2f545ee..1eab611 100644 (file)
@@ -8,11 +8,9 @@ MODULE = obdfilter
 modulefs_DATA = obdfilter.o
 EXTRA_PROGRAMS = obdfilter
 
-LINX=page.c simple.c
+LINX=simple.c
 simple.c:
        test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
-page.c:
-       test -e page.c || ln -sf $(top_srcdir)/lib/page.c
 
 FILTERC = filter.c
 obdfilter_SOURCES = $(FILTERC) $(LINX)