]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Add a tarball component type
[builder.git] / source / component.h
index 899abc37c81b21e7f41237ffb69b07145dd94fa4..b1b6aea994d3142ceb89f33dc3afb2c770c0790f 100644 (file)
@@ -47,10 +47,11 @@ public:
 
        enum Type
        {
+               HEADERS,
                PROGRAM,
                LIBRARY,
                MODULE,
-               HEADERS
+               TARBALL
        };
 
 protected: