]> git.tdb.fi Git - builder.git/commitdiff
Update bootstrap.sh
authorMikko Rasa <tdb@tdb.fi>
Sat, 22 Sep 2007 12:01:54 +0000 (12:01 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 22 Sep 2007 12:01:54 +0000 (12:01 +0000)
bootstrap.sh

index 2bb3259c63b8e43ecab14ee44e83817f997a459a..4af3a3b6e9c44f683e9f67d99051573513a655a5 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 # $Id$
 
-REQUIRED="core parser path strings"
+REQUIRED="core datafile path strings"
 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