X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2FMakefile.am;h=497fc75f5e54b0b63532129f91b2c7f7509e7a27;hb=969e4a70b277fa96f114b4edcf1ff7ddd1bc319b;hp=9778767dd415182f05faba575470ea8d55583d68;hpb=3629f184ebbcbdbde71caba3b29cda15d03cd9cf;p=fs%2Flustre-release.git diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 9778767..497fc75 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -1,14 +1,15 @@ # Administration utilities Makefile DEFS= -CFLAGS:=-g -O2 -I. -I$(PORTALS)/include -I$(srcdir)/../include -Wall\ - -L$(PORTALS)/linux/utils +CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(PORTALS)/include -I$(srcdir)/../include -Wall -L$(PORTALSLIB) KFLAGS:= CPPFLAGS = $(HAVE_LIBREADLINE) obdctl_LDADD := $(LIBREADLINE) lctl_LDADD := $(LIBREADLINE) -lptlctl sbin_PROGRAMS = lctl obdctl -obdctl_SOURCES = parser.c obdctl.c obd.c parser.h -lctl_SOURCES = parser.c obd.c lctl.c lctl.h parser.h +sbin_SCRIPTS = lconf lmc +obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h +lctl_SOURCES = parser.c obd.c lctl.c parser.h +EXTRA_DIST = $(sbin_SCRIPTS) include $(top_srcdir)/Rules