X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fcomponent.h;h=7d9aa1af704e195efed112cbfbd08e3163f9e285;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=816d2c11803c1eb947fb6244590548b71f5fcd84;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;p=builder.git diff --git a/source/lib/component.h b/source/lib/component.h index 816d2c1..7d9aa1a 100644 --- a/source/lib/component.h +++ b/source/lib/component.h @@ -7,6 +7,7 @@ #include "buildinfo.h" #include "conditionalloader.h" #include "installmap.h" +#include "libbuilder_api.h" #include "package.h" class SourcePackage; @@ -17,10 +18,10 @@ may also build none), as well as install a bunch of headers. Components inherit dependencies and build info from the package they belong to, and may also add their own. */ -class Component +class LIBBUILDER_API Component { public: - class Loader: public Msp::DataFile::ObjectLoader, public ConditionalLoader + class LIBBUILDER_API Loader: public Msp::DataFile::ObjectLoader, public ConditionalLoader { public: Loader(Component &);