Whamcloud - gitweb
More merging from the 2.5 tree.
[fs/lustre-release.git] / lustre / obdfilter / Makefile.am
index 2f545ee..34b6c7a 100644 (file)
@@ -8,11 +8,12 @@ MODULE = obdfilter
 modulefs_DATA = obdfilter.o
 EXTRA_PROGRAMS = obdfilter
 
-LINX=page.c simple.c
+LINX=simple.c ll_pack.c
+ll_pack.c:
+       test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.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)
@@ -20,5 +21,8 @@ obdfilter_SOURCES = $(FILTERC) $(LINX)
 dist-hook:
        list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
 
+distclean: 
+       $(RM) Makefile.in
+
 include $(top_srcdir)/Rules