From a6fe739eb247569e54be8f6abca2b6a31ba23641 Mon Sep 17 00:00:00 2001 From: wangdi Date: Tue, 27 May 2003 10:46:59 +0000 Subject: [PATCH] fix make rpms bugs --- lnet/klnds/Makefile.am | 1 + lnet/ulnds/Makefile.am | 2 +- lnet/ulnds/socklnd/Makefile.am | 2 +- lustre/portals/knals/Makefile.am | 1 + lustre/portals/unals/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lnet/klnds/Makefile.am b/lnet/klnds/Makefile.am index 5c6085e..fed2785 100644 --- a/lnet/klnds/Makefile.am +++ b/lnet/klnds/Makefile.am @@ -3,4 +3,5 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution +DIST_SUBDIRS= socknal toenal qswnal gmnal scimacnal SUBDIRS= socknal toenal @QSWNAL@ @GMNAL@ @SCIMACNAL@ diff --git a/lnet/ulnds/Makefile.am b/lnet/ulnds/Makefile.am index b62b401..dc427b0 100644 --- a/lnet/ulnds/Makefile.am +++ b/lnet/ulnds/Makefile.am @@ -1,5 +1,5 @@ CPPFLAGS= INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include -I$(srcdir) lib_LIBRARIES = libtcpnal.a -pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h +pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h ipmap.h bridge.h procbridge.h libtcpnal_a_SOURCES = debug.c pqtimer.c select.c table.c pqtimer.h dispatch.h table.h timer.h address.c procapi.c proclib.c connection.c tcpnal.c connection.h diff --git a/lnet/ulnds/socklnd/Makefile.am b/lnet/ulnds/socklnd/Makefile.am index b62b401..dc427b0 100644 --- a/lnet/ulnds/socklnd/Makefile.am +++ b/lnet/ulnds/socklnd/Makefile.am @@ -1,5 +1,5 @@ CPPFLAGS= INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include -I$(srcdir) lib_LIBRARIES = libtcpnal.a -pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h +pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h ipmap.h bridge.h procbridge.h libtcpnal_a_SOURCES = debug.c pqtimer.c select.c table.c pqtimer.h dispatch.h table.h timer.h address.c procapi.c proclib.c connection.c tcpnal.c connection.h diff --git a/lustre/portals/knals/Makefile.am b/lustre/portals/knals/Makefile.am index 5c6085e..fed2785 100644 --- a/lustre/portals/knals/Makefile.am +++ b/lustre/portals/knals/Makefile.am @@ -3,4 +3,5 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution +DIST_SUBDIRS= socknal toenal qswnal gmnal scimacnal SUBDIRS= socknal toenal @QSWNAL@ @GMNAL@ @SCIMACNAL@ diff --git a/lustre/portals/unals/Makefile.am b/lustre/portals/unals/Makefile.am index b62b401..dc427b0 100644 --- a/lustre/portals/unals/Makefile.am +++ b/lustre/portals/unals/Makefile.am @@ -1,5 +1,5 @@ CPPFLAGS= INCLUDES=-I$(top_srcdir)/portals/include -I$(top_srcdir)/include -I$(srcdir) lib_LIBRARIES = libtcpnal.a -pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h +pkginclude_HEADERS = pqtimer.h dispatch.h table.h timer.h connection.h ipmap.h bridge.h procbridge.h libtcpnal_a_SOURCES = debug.c pqtimer.c select.c table.c pqtimer.h dispatch.h table.h timer.h address.c procapi.c proclib.c connection.c tcpnal.c connection.h -- 1.8.3.1