X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=6053cea9f3a8572e25827c4a17308170a4ae8994;hb=54aab19ee471810a956e1fee4d3b962aaf9ae9b3;hp=f5ccced293f8ad18e3f623fc3947c02559b40e24;hpb=445edbc3c42bbd7880cc414cf153ddfd196bfc1c;p=builder.git diff --git a/bootstrap.sh b/bootstrap.sh index f5ccced..6053cea 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,8 +1,9 @@ #!/bin/sh +# $Id$ -REQUIRED="core parser path strings" +REQUIRED="core datafile path strings io" CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`" -LIBS="`pkg-config --libs sigc++-2.0` -lpthread" +LIBS="`pkg-config --libs sigc++-2.0` -lpthread -ldl" if [ -z "$LIBPATH" ]; then LIBPATH=`pwd`/.. fi