From: adilger Date: Fri, 2 Aug 2002 10:51:41 +0000 (+0000) Subject: Also comment out obdctl_SOURCES, otherwise it will fail to configure. X-Git-Tag: 0.5.3~18 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6b3f7beab177111ef29303debfec34087ac070a0;p=fs%2Flustre-release.git Also comment out obdctl_SOURCES, otherwise it will fail to configure. --- diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index fe857ac..39b690f 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -7,8 +7,8 @@ KFLAGS:= CPPFLAGS = $(HAVE_LIBREADLINE) obdctl_LDADD := $(LIBREADLINE) -lxml2 # -lefence lctl_LDADD := $(LIBREADLINE) -sbin_PROGRAMS = lctl -obdctl_SOURCES = parser.c obdctl.c parser.h +sbin_PROGRAMS = lctl # obdctl +#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