From e9c849711f3e3df59911cd89ef20b37bb9982e68 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 6 Feb 2004 16:41:35 +0000 Subject: [PATCH] Fix make dist git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@32 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/Makefile.am | 2 ++ src/gras/Makefile.am | 4 ++-- src/nws_portability/Makedefs.in | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 8f2d145393..2ffd102d44 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -13,4 +13,6 @@ EXTRA_DIST= \ \ socket.h messages.h \ \ + transport.h \ + \ core.h diff --git a/src/gras/Makefile.am b/src/gras/Makefile.am index 2341998753..64957b76f8 100644 --- a/src/gras/Makefile.am +++ b/src/gras/Makefile.am @@ -26,8 +26,8 @@ COMMON_S=\ \ Core/config.c \ \ - Messaging/transport.c Messaging/transport.h \ - Messaging/transport_sg.c Messaging/transport_tcp.c \ + Messaging/transport.c Messaging/transport_private.h \ + Messaging/transport_sg.c Messaging/transport_tcp.c \ \ Messaging/datadesc_simple.c \ \ diff --git a/src/nws_portability/Makedefs.in b/src/nws_portability/Makedefs.in index 8443609ce4..cef5f61dc1 100644 --- a/src/nws_portability/Makedefs.in +++ b/src/nws_portability/Makedefs.in @@ -9,7 +9,7 @@ configured = @host@ # Distribution variables TOP = @TOP@/../../ DIST_NAME = portability.tar -DIST_ROOT = $(TOP)/gras-0.0.040129/src/nws_portability +DIST_ROOT = $(TOP)/gras-0.0.040205/src/nws_portability # System-dependent values determined by the configuration script. AR = @AR@ -- 2.20.1