Whamcloud - gitweb
- Added lctl.c which is basically ptlctl/obdctl/debugctl all
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 DEFS:=
2
3 EXTRA_DIST = parser.h lctl.h
4 CFLAGS:=-g -I. -I/usr/include/libxml2 -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 -lncurses -lxml2 # -lefence
9 bin_PROGRAMS = obdctl lctl
10 obdctl_SOURCES = parser.c obdctl.c
11 lctl_SOURCES = parser.c network.c device.c debug.c lctl.c 
12
13 include $(top_srcdir)/Rules