From: Mikko Rasa Date: Fri, 15 Sep 2023 21:21:27 +0000 (+0300) Subject: Add sigc++.h to installed files X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=b11f916d76a5cbfd96b086f6eef15382a92e01eb;p=ext%2Fsigc%2B%2B-2.0.git Add sigc++.h to installed files Somehow it got forgotten earlier. --- diff --git a/Build b/Build index a1f8964..3f77bf9 100644 --- a/Build +++ b/Build @@ -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";