Whamcloud - gitweb
Add obdctl.h to dist list
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 # Administration utilities Makefile
2 DEFS=
3
4 CFLAGS:=-g -O2 -I. -I$(PORTALS)/include  -I$(srcdir)/../include -Wall\
5  -L$(PORTALS)/linux/utils
6 KFLAGS:=
7 CPPFLAGS = $(HAVE_LIBREADLINE)
8 obdctl_LDADD := $(LIBREADLINE)
9 lctl_LDADD := $(LIBREADLINE) -lptlctl
10 sbin_PROGRAMS = lctl obdctl
11 obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h
12 lctl_SOURCES = parser.c obd.c lctl.c lctl.h parser.h
13
14 include $(top_srcdir)/Rules