X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=6053cea9f3a8572e25827c4a17308170a4ae8994;hb=be8a901dfc026f61db46d5d64a41cecc619bc97d;hp=4af3a3b6e9c44f683e9f67d99051573513a655a5;hpb=0b708b1f8b8f634f708ea127e159b0ca3cbc22a6;p=builder.git 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