X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=09767d37437fa8aa4f38a241e2c37a54d13307b8;hb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;hp=83a8baa20f124fb84849bc0f4235d5d3665c0a91;hpb=5ed38947b3fabd977a7f68b512115fe1456ea096;p=builder.git diff --git a/source/component.h b/source/component.h index 83a8baa..09767d3 100644 --- a/source/component.h +++ b/source/component.h @@ -24,12 +24,12 @@ public: public: Loader(Component &); private: + void build_info(); void if_arch(const std::string &); void if_feature(const std::string &); - void source(const std::string &); - void require(const std::string &); - void build_info(); void install_map(); + void require(const std::string &); + void source(const std::string &); void use(const std::string &); }; @@ -38,7 +38,7 @@ public: LIBRARY, PROGRAM, MODULE, - DATAFILE, + DATAPACK, INSTALL, TARBALL };