]> git.tdb.fi Git - builder.git/blobdiff - bootstrap.sh
One more exception fix
[builder.git] / bootstrap.sh
index 2bb3259c63b8e43ecab14ee44e83817f997a459a..6053cea9f3a8572e25827c4a17308170a4ae8994 100755 (executable)
@@ -1,9 +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