From 42360a651e8c2afb29f9d2a2cbeb254595fdea3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sat, 9 May 2015 16:38:00 +0200 Subject: [PATCH] Add created exceptions to distribution. --- include/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 73932c2..9ea62f7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,4 +5,7 @@ nobase_pkginclude_HEADERS = \ argument.h \ option.h \ command.h \ - required.h + required.h \ + exception/missingOptionValue.h \ + exception/missingRequiredParameter.h \ + exception/optionFailedConversion.h -- 2.30.2