From: mquinson Date: Wed, 2 Dec 2009 10:34:19 +0000 (+0000) Subject: include all the needed files in the archive so that the tar.gz compiles afterward X-Git-Tag: SVN~857 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/52a6d53cd52c33f42545da84bb52a1acc63ee648?hp=792dcfe5ca32db35c9527f2e534db762e1de5295 include all the needed files in the archive so that the tar.gz compiles afterward git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6860 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 9f9b2615f0..8aea21d847 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,6 +66,8 @@ EXTRA_DIST= \ \ simdag/private.h \ simdag/dax.dtd \ + simdag/dax_dtd.h \ + simdag/dax_dtd.c \ \ gras/DataDesc/ddt_parse.yy.l \ gras/DataDesc/ddt_parse.yy.h \ @@ -86,7 +88,9 @@ EXTRA_DIST= \ smpi/private.h \ smpi/smpi_coll_private.h \ smpi/smpi_mpi_dt_private.h \ - smpi/README + smpi/README \ + \ + mk_supernovae.sh #LIBRARY_VERSION= 0:0:0 # | | | @@ -262,7 +266,8 @@ JMSG_JAVA_SRC = \ java/simgrid/msg/Sem.java -SIMDAG_SRC= simdag/sd_global.c simdag/sd_link.c simdag/sd_task.c simdag/sd_workstation.c \ +SIMDAG_SRC= simdag/sd_global.c simdag/sd_link.c \ + simdag/sd_task.c simdag/sd_workstation.c \ simdag/sd_daxloader.c GRAS_COMMON_SRC= \