- zapped autoh*ll from build system. No more pain.
This commit is contained in:
Federico Hernandez
2011-03-04 03:58:55 +01:00
parent dbdba4c59e
commit 4de854a3c3
28 changed files with 28 additions and 1758 deletions

View File

@@ -32,7 +32,7 @@
#include <map>
#include <sys/types.h>
#include "Task.h"
#include "../auto.h"
#include "../cmake.h"
#ifndef min
#define min(a,b) ((a) < (b) ? (a) : (b))