From 6029eb4be9fbcda03387e9d013e3f026f08a8341 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Mon, 8 Feb 2016 22:11:42 +0100 Subject: [PATCH] Fix missing multiValue library --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 38b91cc..b46c635 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,6 +7,7 @@ nobase_pkginclude_HEADERS = \ command.h \ required.h \ grouped.h \ + multiValue.h \ exception/missingOptionValue.h \ exception/missingRequiredParameter.h \ exception/optionFailedConversion.h \ -- 2.30.2