From 7678050a2f0a69978bd5dfa5c46e560e1eaddcc3 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 5 Aug 2005 14:17:14 +0000 Subject: [PATCH] Grumble. Add *more* missing files... This commit was SVN r6748. --- ompi/mca/btl/tcp/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mca/btl/tcp/Makefile.am b/ompi/mca/btl/tcp/Makefile.am index 5f40a39515..1f61c88296 100644 --- a/ompi/mca/btl/tcp/Makefile.am +++ b/ompi/mca/btl/tcp/Makefile.am @@ -21,14 +21,16 @@ include $(top_ompi_srcdir)/config/Makefile.options sources = \ btl_tcp.c \ btl_tcp.h \ + btl_tcp_addr.h \ btl_tcp_component.c \ btl_tcp_endpoint.c \ btl_tcp_endpoint.h \ btl_tcp_frag.c \ btl_tcp_frag.h \ + btl_tcp_hdr.h \ btl_tcp_proc.c \ btl_tcp_proc.h - + # Make the output library in this directory, and name it either # mca__.la (for DSO builds) or libmca__.la # (for static builds).