From: rread Date: Thu, 4 Jul 2002 21:34:05 +0000 (+0000) Subject: - install to /usr/sbin X-Git-Tag: 0.5.0~39 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d049757167be86548f9879f9ac51657f03d7a96d;p=fs%2Flustre-release.git - install to /usr/sbin --- diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index a70fa9e..72f91da 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -1,13 +1,12 @@ DEFS:= -EXTRA_DIST = parser.h lctl.h CFLAGS:=-g -I. -I/usr/include/libxml2 -I/usr/include/glib-1.2 -I$(PORTALS)/include \ -I/usr/lib/glib/include -I$(srcdir)/../include -Wall KFLAGS:= CPPFLAGS := LDADD := -lreadline -lncurses -lxml2 # -lefence -bin_PROGRAMS = obdctl lctl -obdctl_SOURCES = parser.c obdctl.c -lctl_SOURCES = parser.c network.c device.c debug.c lctl.c +sbin_PROGRAMS = obdctl lctl +obdctl_SOURCES = parser.c obdctl.c parser.h +lctl_SOURCES = parser.c network.c device.c debug.c lctl.c lctl.h parser.h include $(top_srcdir)/Rules