From: pschwan Date: Thu, 8 Aug 2002 09:27:39 +0000 (+0000) Subject: Add obdctl.h to dist list X-Git-Tag: 0.5.5~192 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4d6dc77d33c36cf6acae51a9c2e6e96354e9d714;p=fs%2Flustre-release.git Add obdctl.h to dist list --- diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 9778767..2532205 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -8,7 +8,7 @@ CPPFLAGS = $(HAVE_LIBREADLINE) obdctl_LDADD := $(LIBREADLINE) lctl_LDADD := $(LIBREADLINE) -lptlctl sbin_PROGRAMS = lctl obdctl -obdctl_SOURCES = parser.c obdctl.c obd.c parser.h +obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h lctl_SOURCES = parser.c obd.c lctl.c lctl.h parser.h include $(top_srcdir)/Rules