Whamcloud - gitweb
Commented-out mdc_statfs method. Not sure of how to set up all the portals
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 DEFS:=
2
3 EXTRA_DIST = parser.h
4 CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I$(PORTALS)/include \
5 -I/usr/lib/glib/include -I$(srcdir)/../include -Wall
6 KFLAGS:=
7 CPPFLAGS :=
8 LDADD := -lreadline -ltermcap # -lefence
9 bin_PROGRAMS = obdctl
10 obdctl_SOURCES = parser.c obdctl.c
11
12 include $(top_srcdir)/Rules