X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2FMakefile.am;h=38b91cc41db261fafdb012877108fbf94bba5af7;hb=71d10208f91a566b40ea1bdbb1e2f20f85f8182f;hp=cf641ff3936145aa0ff7fde234a1e4fe4a3d9505;hpb=dd5fbed80e02dbb68a864fb59723dd106eebe14f;p=command.git diff --git a/include/Makefile.am b/include/Makefile.am index cf641ff..38b91cc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,13 @@ nobase_pkginclude_HEADERS = \ descriptive.h \ + callable.h \ + 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