]> git.tdb.fi Git - builder.git/blob - source/sourcearchivecomponent.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / sourcearchivecomponent.h
1 #ifndef TARBALLCOMPONENT_H_
2 #define TARBALLCOMPONENT_H_
3
4 #include "component.h"
5
6 class SourceArchiveComponent: public Component
7 {
8 public:
9         SourceArchiveComponent(SourcePackage &);
10
11         virtual void create_targets() const;
12 };
13
14 #endif