Changed directory structure to contain less symlinks so dependencies will get recalculated correctly by make
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user