Fix missing multiValue library
[command.git] / include / Makefile.am
index cf641ff3936145aa0ff7fde234a1e4fe4a3d9505..b46c63559d8803c470d8f53c2b5c9b4b16ac8559 100644 (file)
@@ -1,5 +1,14 @@
 nobase_pkginclude_HEADERS = \
     descriptive.h \
+    callable.h \
+    parameter.h \
     argument.h \
     option.h \
-    command.h
+    command.h \
+    required.h \
+    grouped.h \
+    multiValue.h \
+    exception/missingOptionValue.h \
+    exception/missingRequiredParameter.h \
+    exception/optionFailedConversion.h \
+    exception/optionValueNotSpecified.h