From 0b6d86e782613ccaaee1083590f04593cad6ea4c Mon Sep 17 00:00:00 2001 From: "bart@bartbes.ath.cx" Date: Sun, 25 Oct 2009 13:05:36 +0100 Subject: [PATCH] Fixed the gen-makefile script to create correct packages --- configure.in | 2 +- platform/unix/gen-makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 055f13fef..462507273 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([love], [20091021-3c89eae9924e]) +AC_INIT([love], [20091025-94ad57cb6b2f]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([platform/unix]) AC_CONFIG_MACRO_DIR([platform/unix/m4]) diff --git a/platform/unix/gen-makefile b/platform/unix/gen-makefile index 06fa6ab2f..637ceb8d2 100644 --- a/platform/unix/gen-makefile +++ b/platform/unix/gen-makefile @@ -1,7 +1,7 @@ #!/bin/bash echo Generating src/Makefile.am ... cd src -inc_current=`pwd` +inc_current=. inc_modules="$inc_current/modules" echo "AM_CPPFLAGS = -I$inc_current -I$inc_modules -I/usr/include/AL -I/usr/include/freetype2 \$(INCLUDE_LUA) -I/usr/include/SDL AUTOMAKE_OPTIONS = subdir-objects