Enabled headless build in autotools

This commit is contained in:
Bart van Strien
2011-06-08 17:14:41 +02:00
parent 1d5fca6f46
commit 3460bf918c
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -68,4 +68,10 @@
# define NOMINMAX
#endif
// Autotools config.h
#ifdef HAVE_CONFIG_H
# include <../config.h>
# undef VERSION
#endif
#endif // LOVE_CONFIG_H
+1
View File
@@ -24,6 +24,7 @@
// STL
#include <map>
#include <string>
#include <string.h>
// LOVE
#include <filesystem/File.h>