Whamcloud - gitweb
- install to /usr/sbin
authorrread <rread>
Thu, 4 Jul 2002 21:34:05 +0000 (21:34 +0000)
committerrread <rread>
Thu, 4 Jul 2002 21:34:05 +0000 (21:34 +0000)
lustre/utils/Makefile.am

index a70fa9e..72f91da 100644 (file)
@@ -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