]> git.tdb.fi Git - builder.git/commitdiff
Added io to the required libs in bootstrap.sh
authorMikko Rasa <tdb@tdb.fi>
Thu, 7 Feb 2008 15:10:54 +0000 (15:10 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 7 Feb 2008 15:10:54 +0000 (15:10 +0000)
bootstrap.sh

index 4af3a3b6e9c44f683e9f67d99051573513a655a5..6053cea9f3a8572e25827c4a17308170a4ae8994 100755 (executable)
@@ -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