X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=e300c2d792b64a1e94ecea528455c60160632878;hb=HEAD;hp=a1f8964f2b2f74a32a36b4829f54e97c7df60a72;hpb=5b0f17776ef8f83867364103f125357c6234c805;p=ext%2Fsigc%2B%2B-2.0.git diff --git a/Build b/Build index a1f8964..e300c2d 100644 --- a/Build +++ b/Build @@ -7,7 +7,7 @@ package "sigc++-2.0" standard CXX "c++11"; }; - library "sigc++-2.0" + library "sigc-2.0" { source "sigc++"; source "sigc++/adaptors"; @@ -26,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";