X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=3a358ce04f36b0770cea5251997d62d6d0ae2b8f;hb=af2dac0d09df4782060dd131f2a761e8a46a8d55;hp=c7ffce3ca88bf583844a1c3dc7546fbad425b73f;hpb=83d2a8a39e0a09733ffc666d7f885fc328b831f2;p=builder.git diff --git a/source/component.h b/source/component.h index c7ffce3..3a358ce 100644 --- a/source/component.h +++ b/source/component.h @@ -48,9 +48,11 @@ public: enum Type { HEADERS, - PROGRAM, LIBRARY, + PROGRAM, MODULE, + DATAFILE, + INSTALL, TARBALL };