Whamcloud - gitweb
- add an argument to select which tests to run
[fs/lustre-release.git] / lustre / ost / Makefile.am
index 132480b..b2e51c3 100644 (file)
@@ -3,24 +3,11 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-DEFS:= 
+DEFS= 
+
 MODULE = ost
 modulefs_DATA = ost.o
 EXTRA_PROGRAMS = ost
-
-LINX=page.c obd_pack.c l_net.c
-obd_pack.c: 
-       test -e obd_pack.c || ln -sf $(top_srcdir)/lib/obd_pack.c
-
-page.c:
-       test -e page.c || ln -sf $(top_srcdir)/lib/page.c
-
-l_net.c:
-       test -e l_net.c || ln -sf $(top_srcdir)/lib/l_net.c
-
-ost_SOURCES = $(LINX) ost_handler.c
-dist-hook:
-       list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
+ost_SOURCES = ost_handler.c lproc_ost.c
 
 include $(top_srcdir)/Rules
-