Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do display where the exception comes from when dealing with remote exceptions
[simgrid.git] / src / Makefile.am
index c678722..40753b1 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 #AM_CFLAGS= -DNDEBUG 
 
 # -DNLOG   cuts absolutely all logs at compilation time.
@@ -54,12 +61,16 @@ EXTRA_DIST= \
        simdag/private.h \
        \
        gras/DataDesc/ddt_parse.yy.l \
+       gras/Virtu/virtu_rl.h \
+       gras/Virtu/virtu_sg.h \
        gras/Virtu/virtu_interface.h \
+       gras/Virtu/virtu_private.h \
+       gras/Transport/transport_interface.h \
        amok/Bandwidth/bandwidth_private.h \
-       amok/amok_modinter.h
+       amok/amok_modinter.h \
        \
-       include/simix/simix.h include/simix/datatypes.h \
-       simix/msg_simix_private.h \
+       include/simix/simix.h include/simix/datatypes.h \
+       simix/private.h \
        \
        smpi/private.h
 
@@ -321,6 +332,7 @@ endif
 ##
 ## Java cruft
 
+EXTRA_DIST+=$(JMSG_JAVA_SRC)
 if HAVE_JAVA
 lib_LTLIBRARIES += libsimgrid4java.la