Whamcloud - gitweb
- disable obdctl from being built; use lctl now
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 # Administration utilities Makefile
2 DEFS=
3
4 CFLAGS:=-g -O2 -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 = $(HAVE_LIBREADLINE)
8 obdctl_LDADD := $(LIBREADLINE) -lxml2 # -lefence
9 lctl_LDADD := $(LIBREADLINE)
10 sbin_PROGRAMS = lctl
11 obdctl_SOURCES = parser.c obdctl.c parser.h
12 lctl_SOURCES = parser.c network.c device.c debug.c lctl.c lctl.h parser.h
13
14 include $(top_srcdir)/Rules