From eb7afb185ea8377b26fc39bc15a4019cb4d0515f Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 10 Dec 2004 11:54:18 +0000 Subject: [PATCH] add portable.h (headers to include to program in a portable manner, for internal use); add gras.c (containing gras_init); declare that libgrasrl depends on winsock when on BillWare git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@611 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a36e114791..3adaa72524 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,8 @@ INCLUDES= -I$(top_srcdir)/include \ @CFLAGS_SimGrid@ EXTRA_DIST= \ \ + portable.h \ + \ xbt/dict_private.h \ xbt/heap_private.h \ xbt/fifo_private.h \ @@ -103,6 +105,8 @@ COMMON_S=\ surf/surf_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \ \ + gras/gras.c \ + \ gras/Transport/transport.c gras/Transport/transport_private.h gras/Transport/transport_plugin_buf.c \ \ gras/DataDesc/ddt_create.c \ @@ -125,7 +129,7 @@ libgrasrl_la_SOURCES= $(COMMON_S) \ gras/Transport/rl_transport.c gras/Transport/transport_plugin_tcp.c gras/Transport/transport_plugin_file.c \ \ gras/Virtu/rl_process.c gras/Virtu/rl_time.c gras/Virtu/rl_conditional.c -libgrasrl_la_LDFLAGS = $(VERSION_INFO) +libgrasrl_la_LDFLAGS = $(VERSION_INFO) @GRAS_WINSOCK_DEP@ if HAVE_SG libgrassg_la_SOURCES= $(COMMON_S) \ -- 2.20.1