Whamcloud - gitweb
- fixes to the MDS: it now answers requests from the request test
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 bin_SCRIPTS = obdcontrol
2 EXTRA_DIST = $(bin_SCRIPTS)
3
4 CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../include -Wall
5 KFLAGS:=
6 CPPFLAGS :=
7 LDADD := -lreadline -ltermcap # -lefence
8 bin_PROGRAMS = obdctl testreq
9 obdctl_SOURCES = parser.c obdctl.c
10 testreq_SOURCES = testreq.c
11