Whamcloud - gitweb
Don't crash when an outstanding reply is pending on an export.
[fs/lustre-release.git] / lustre / ost / Makefile.am
index 5a355b9..b2e51c3 100644 (file)
@@ -3,20 +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
-obd_pack.c: 
-       ln -s ../lib/obd_pack.c .
-page.c:
-       ln -s ../lib/page.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
-