From 565afad1e3295941831b56601483386c5698dc02 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Fri, 9 Aug 2002 03:03:54 +0000 Subject: [PATCH] Remove lctl.h from distribution. --- lustre/utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 2532205..4ba9c91 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -9,6 +9,6 @@ obdctl_LDADD := $(LIBREADLINE) lctl_LDADD := $(LIBREADLINE) -lptlctl sbin_PROGRAMS = lctl obdctl obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h -lctl_SOURCES = parser.c obd.c lctl.c lctl.h parser.h +lctl_SOURCES = parser.c obd.c lctl.c parser.h include $(top_srcdir)/Rules -- 1.8.3.1