X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2FMakefile.am;h=38b91cc41db261fafdb012877108fbf94bba5af7;hb=71d10208f91a566b40ea1bdbb1e2f20f85f8182f;hp=0a1a7d49a5d7351486fe5c4350a906f64a9965cd;hpb=facbd7bb6c1296e14004895ad4affd1ef1d4ea59;p=command.git diff --git a/include/Makefile.am b/include/Makefile.am index 0a1a7d4..38b91cc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,4 +4,10 @@ nobase_pkginclude_HEADERS = \ parameter.h \ argument.h \ option.h \ - command.h + command.h \ + required.h \ + grouped.h \ + exception/missingOptionValue.h \ + exception/missingRequiredParameter.h \ + exception/optionFailedConversion.h \ + exception/optionValueNotSpecified.h