]> git.tdb.fi Git - ext/sigc++-2.0.git/blobdiff - Build
Adjust the name of the library to match upstream
[ext/sigc++-2.0.git] / Build
diff --git a/Build b/Build
index f54114a8af8f354bd8974592b7cb6c9d5c3d02c3..e300c2d792b64a1e94ecea528455c60160632878 100644 (file)
--- a/Build
+++ b/Build
@@ -2,14 +2,12 @@ package "sigc++-2.0"
 {
        build_info
        {
-               incpath ".";
-               incpath "untracked";
                define "SIGC_BUILD" "1";
                define "_WINDLL" "1";
                standard CXX "c++11";
        };
 
-       library "sigc++-2.0"
+       library "sigc-2.0"
        {
                source "sigc++";
                source "sigc++/adaptors";
@@ -28,6 +26,7 @@ package "sigc++-2.0"
 
        install "include/sigc++"
        {
+               source "sigc++/sigc++.h";
                source "sigc++/bind.h";
                source "sigc++/bind_return.h";
                source "sigc++/connection.h";