From d049757167be86548f9879f9ac51657f03d7a96d Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 4 Jul 2002 21:34:05 +0000 Subject: [PATCH] - install to /usr/sbin --- lustre/utils/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 1.8.3.1