X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=6053cea9f3a8572e25827c4a17308170a4ae8994;hb=b50019441dd16d4aaba1eeffc381ded3e4a4be2d;hp=f878935d86726dc797e33cbbf2fca28656844d65;hpb=f1c967215e6b08095bdf07518472beca3067ec37;p=builder.git diff --git a/bootstrap.sh b/bootstrap.sh index f878935..6053cea 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,8 +1,9 @@ #!/bin/sh +# $Id$ -REQUIRED="misc core parser path regex++ getopt++" +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