]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Change component order so that miscellaneous installed files get in tarball
[builder.git] / source / component.h
index c7ffce3ca88bf583844a1c3dc7546fbad425b73f..3a358ce04f36b0770cea5251997d62d6d0ae2b8f 100644 (file)
@@ -48,9 +48,11 @@ public:
        enum Type
        {
                HEADERS,
-               PROGRAM,
                LIBRARY,
+               PROGRAM,
                MODULE,
+               DATAFILE,
+               INSTALL,
                TARBALL
        };