From: Mikko Rasa Date: Thu, 7 Feb 2008 15:10:54 +0000 (+0000) Subject: Added io to the required libs in bootstrap.sh X-Git-Tag: 0.9~15 X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=762be94b71b647a18ef7d6e328280023de732aa8 Added io to the required libs in bootstrap.sh --- diff --git a/bootstrap.sh b/bootstrap.sh index 4af3a3b..6053cea 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/sh # $Id$ -REQUIRED="core datafile path strings" +REQUIRED="core datafile path strings io" CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`" LIBS="`pkg-config --libs sigc++-2.0` -lpthread -ldl" if [ -z "$LIBPATH" ]; then