]> git.tdb.fi Git - builder.git/blobdiff - source/lib/sourcearchivecomponent.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / sourcearchivecomponent.h
index 94c1bc5bc805d9b2cd2676c9a98882b4fa750089..5c48ffe6f7efda2b6f5d60f2b646b4f970bf5f3c 100644 (file)
@@ -2,8 +2,9 @@
 #define TARBALLCOMPONENT_H_
 
 #include "component.h"
+#include "libbuilder_api.h"
 
-class SourceArchiveComponent: public Component
+class LIBBUILDER_API SourceArchiveComponent: public Component
 {
 public:
        SourceArchiveComponent(SourcePackage &);