Changed directory structure to contain less symlinks so dependencies will get recalculated correctly by make

This commit is contained in:
pelya
2010-10-12 19:04:21 +03:00
parent a5ff12846e
commit 2e1a4992d3
1349 changed files with 33 additions and 48 deletions

View File

@@ -47,11 +47,11 @@ while test $# -gt 0; do
echo -I${prefix}/include -D_GNU_SOURCE=1 -D_REENTRANT
;;
--libs)
echo -L${exec_prefix} -lsdl
echo -L${exec_prefix} -lsdl-1.2
;;
--static-libs)
# --libs|--static-libs)
echo -L${exec_prefix} -lsdl
echo -L${exec_prefix} -lsdl-1.2
;;
*)
echo "${usage}" 1>&2