X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbuilder.h;h=984522646b61ac335bd777ae8e1c1ef45d12a95a;hb=3d6dd09af3bd2a5f81e2d79e9fa1e302bf2c70a0;hp=62fc21494e066baee9d5e9c5517974554f549012;hpb=29449994312b5429486e6dc8b5e557572d99829e;p=builder.git diff --git a/source/lib/builder.h b/source/lib/builder.h index 62fc214..9845226 100644 --- a/source/lib/builder.h +++ b/source/lib/builder.h @@ -10,6 +10,7 @@ #include "buildgraph.h" #include "buildtype.h" #include "config.h" +#include "libbuilder_api.h" #include "logger.h" #include "packagemanager.h" #include "sourcepackage.h" @@ -24,7 +25,7 @@ class Plugin; This class ties everything else together. It also contains code for loading build files and supervising the build process. */ -class Builder +class LIBBUILDER_API Builder { private: class Loader: public Msp::DataFile::ObjectLoader