Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 DEFS=
2
3 CFLAGS:=-g -I. -I/usr/include/libxml2 -I/usr/include/glib-1.2 -I$(PORTALS)/include \
4 -I/usr/lib/glib/include -I$(srcdir)/../include -Wall
5 KFLAGS:=
6 CPPFLAGS =
7 LDADD := -lreadline -lncurses -lxml2 # -lefence
8 sbin_PROGRAMS = obdctl lctl 
9 obdctl_SOURCES = parser.c obdctl.c parser.h
10 lctl_SOURCES = parser.c network.c device.c debug.c lctl.c lctl.h parser.h
11
12 include $(top_srcdir)/Rules