Whamcloud - gitweb
Add obdctl.h to dist list
authorpschwan <pschwan>
Thu, 8 Aug 2002 09:27:39 +0000 (09:27 +0000)
committerpschwan <pschwan>
Thu, 8 Aug 2002 09:27:39 +0000 (09:27 +0000)
lustre/utils/Makefile.am

index 9778767..2532205 100644 (file)
@@ -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