Whamcloud - gitweb
I believe this makefile change fixes the problems in the build outside
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 # Administration utilities Makefile
2 DEFS=
3
4 CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(PORTALS)/include  -I$(srcdir)/../include -Wall -L$(PORTALSLIB)
5 KFLAGS:=
6 CPPFLAGS = $(HAVE_LIBREADLINE)
7 obdctl_LDADD := $(LIBREADLINE)
8 lctl_LDADD := $(LIBREADLINE) -lptlctl
9 sbin_PROGRAMS = lctl obdctl
10 sbin_SCRIPTS = lconf lmc
11 obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h
12 lctl_SOURCES = parser.c obd.c lctl.c parser.h
13 EXTRA_DIST = $(sbin_SCRIPTS)
14
15 include $(top_srcdir)/Rules