Whamcloud - gitweb
* Fixed dist problem with ptllnd_wire.h file that moved
authorpjkirner <pjkirner>
Wed, 21 Sep 2005 14:30:36 +0000 (14:30 +0000)
committerpjkirner <pjkirner>
Wed, 21 Sep 2005 14:30:36 +0000 (14:30 +0000)
* Fixed dist problem with missing file in libcfs/linux

lnet/include/lnet/Makefile.am
lnet/klnds/ptllnd/autoMakefile.am

index ced547d..7d8478b 100644 (file)
@@ -7,4 +7,4 @@ endif
 DIST_SUBDIRS := $(SUBDIRS)
 
 EXTRA_DIST = api.h api-support.h \
-       lib-lnet.h lib-types.h lnet.h lnetctl.h socklnd.h types.h
+       lib-lnet.h lib-types.h lnet.h lnetctl.h socklnd.h ptllnd_wire.h types.h
index 2ac93ab..10f0ef9 100755 (executable)
@@ -10,4 +10,4 @@ endif
 endif
 
 MOSTLYCLEANFILES = *.o *.ko *.mod.c
-DIST_SOURCES = $(kptllnd-objs:%.o=%.c) ptllnd.h ptllnd_wire.h
+DIST_SOURCES = $(kptllnd-objs:%.o=%.c) ptllnd.h