Build babel before the tests. Use <stdlib.h> instead of <malloc.h>
authorMarijn van Vliet <w.m.vanvliet@student.utwente.nl>
Sun, 19 Jun 2011 12:17:35 +0000 (14:17 +0200)
committerMarijn van Vliet <w.m.vanvliet@student.utwente.nl>
Sun, 19 Jun 2011 12:17:35 +0000 (14:17 +0200)
Makefile.am
tests/babeltest.c

index d78eef1f53c04592ae4650f91bdb8eceec5c09b9..a43dbaca79dcc13f3f02c001c3ff771847279512 100644 (file)
@@ -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
index 6daba85af2a1e26dcdcbbae581b66b08e7305489..69ed3cca4fa0b256413f7b1111bf0691bc39f2c9 100644 (file)
@@ -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>