X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=e300c2d792b64a1e94ecea528455c60160632878;hb=HEAD;hp=f54114a8af8f354bd8974592b7cb6c9d5c3d02c3;hpb=e52b26052ffbbe4e73afc8b14ebb8951bec03e5f;p=ext%2Fsigc%2B%2B-2.0.git diff --git a/Build b/Build index f54114a..e300c2d 100644 --- 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";