Whamcloud - gitweb
Insert header comments so RPM doesn't get confused.
[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 =
8 LDADD := -lncurses -lxml2 # -lefence
9 sbin_PROGRAMS = obdctl lctl 
10 obdctl_SOURCES = parser.c obdctl.c parser.h
11 lctl_SOURCES = parser.c network.c device.c debug.c lctl.c lctl.h parser.h
12
13 include $(top_srcdir)/Rules