]> 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 08bce237e5253c1c0c41d37b25c559bdde30e51b..3a358ce04f36b0770cea5251997d62d6d0ae2b8f 100644 (file)
@@ -51,8 +51,9 @@ public:
                LIBRARY,
                PROGRAM,
                MODULE,
-               TARBALL,
-               INSTALL
+               DATAFILE,
+               INSTALL,
+               TARBALL
        };
 
 protected: