Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / obdecho / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 DEFS= 
7
8 if LIBLUSTRE
9 lib_LIBRARIES = libobdecho.a
10 libobdecho_a_SOURCES = echo_client.c 
11 else
12 MODULE = obdecho
13 modulefs_DATA = obdecho.o
14 EXTRA_PROGRAMS = obdecho
15 LINX=
16 obdecho_SOURCES = echo.c echo_client.c lproc_echo.c $(LINX)
17 endif
18
19 include $(top_srcdir)/Rules