X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackage.h;h=68e0c224c2116126d29ec620e44fe71a4bab5242;hb=09325a99816a966bc17a0ec9a0a197efc6ce0349;hp=96fb6760beefe1cec0dabca79c5d2ac5c5ce378a;hpb=57bdb055acb0453c75b22cb64f35cc0e817a2827;p=builder.git diff --git a/source/package.h b/source/package.h index 96fb676..68e0c22 100644 --- a/source/package.h +++ b/source/package.h @@ -43,6 +43,7 @@ public: void require(const std::string &); void program(const std::string &); void library(const std::string &); + void module(const std::string &); void headers(const std::string &); void build_info(); };