- kernel 2.5 and liblustre build changes
- fixes to Makefile.am for 7.3-era versions of automake, which is quite possibly
the worst piece of software with which I come in contact on a daily basis
- small unlink fix
# See the file COPYING in this distribution
DEFS=
+
+if LIBLUSTRE
+lib_LIBRARIES = libobdecho.a
+libobdecho_a_SOURCES = echo_client.c
+else
MODULE = obdecho
modulefs_DATA = obdecho.o
EXTRA_PROGRAMS = obdecho
-
LINX=
obdecho_SOURCES = echo.c echo_client.c lproc_echo.c $(LINX)
+endif
include $(top_srcdir)/Rules