]> git.tdb.fi Git - builder.git/blobdiff - bootstrap.sh
Migrate from msppath to mspfs
[builder.git] / bootstrap.sh
index cd94382884dd6614cd9daa374acf982092d91ef8..6053cea9f3a8572e25827c4a17308170a4ae8994 100755 (executable)
@@ -1,12 +1,15 @@
 #!/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
 
+LIBPATH=`readlink -f $LIBPATH`
+
 mkdir -p include/msp
 
 sources=source/*.cpp