From: mquinson Date: Mon, 10 Nov 2008 22:25:00 +0000 (+0000) Subject: Erm. Fix previous commit (by looking for the header file in the correct directory) X-Git-Tag: v3.3~100 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d8d79ddb76fd8817589de7b39657501be7280061?ds=sidebyside Erm. Fix previous commit (by looking for the header file in the correct directory) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6021 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 809f649102..8611ddfbd2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -224,7 +224,7 @@ JMSG_C_SRC = \ java/jmsg_host.c java/jmsg_host.h \ java/jmsg_process.c java/jmsg_process.h \ java/jmsg_task.c java/jmsg_task.h \ - java/jmsg_application_handler.c jmsg_application_handler.h + java/jmsg_application_handler.c java/jmsg_application_handler.h JMSG_JAVA_SRC = \ java/simgrid/msg/MsgException.java \