Fixed the gen-makefile script to create correct packages

This commit is contained in:
bart@bartbes.ath.cx
2009-10-25 13:05:36 +01:00
parent 0d897b0b0f
commit 0b6d86e782
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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