From: Marijn van Vliet <w.m.vanvliet@student.utwente.nl>
Date: Sun, 19 Jun 2011 12:17:35 +0000 (+0200)
Subject: Build babel before the tests. Use <stdlib.h> instead of <malloc.h>
X-Git-Tag: v0.9~72
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=ee61aacd0bbfc58240af685c63d7aed860799178;p=projects%2Fchimara%2Fchimara.git

Build babel before the tests. Use <stdlib.h> instead of <malloc.h>
---

diff --git a/Makefile.am b/Makefile.am
index d78eef1..a43dbac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,9 +2,9 @@
 ## Created by Anjuta
 
 if TARGET_ILIAD
-SUBDIRS = libchimara interpreters player po
+SUBDIRS = libchimara interpreters babel player po
 else
-SUBDIRS = libchimara interpreters player tests docs po babel
+SUBDIRS = libchimara interpreters babel player tests docs po
 endif
 
 chimaradocdir = $(datadir)/doc/chimara
diff --git a/tests/babeltest.c b/tests/babeltest.c
index 6daba85..69ed3cc 100644
--- a/tests/babeltest.c
+++ b/tests/babeltest.c
@@ -2,7 +2,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <glib.h>
 #include <glib/gprintf.h>
 #include <libgda/libgda.h>