cpp-common: add `bt2s::optional`, alias of `nonstd::optional`
[babeltrace.git] / src / Makefile.am
index 9f4796e4d252446f5b638a05b969c3fd4f4af0f5..23acb9e1d0ba4ea4be247eea72b9f140e036ed88 100644 (file)
@@ -54,9 +54,10 @@ noinst_HEADERS = \
        cpp-common/bt2c/uuid.hpp \
        cpp-common/bt2c/vector.hpp \
        cpp-common/bt2s/make-unique.hpp \
+       cpp-common/bt2s/optional.hpp \
        cpp-common/nlohmann/json.hpp \
-       cpp-common/optional.hpp \
-       cpp-common/string_view.hpp
+       cpp-common/string_view.hpp \
+       cpp-common/vendor/optional-lite/optional.hpp
 
 ## This target generates an include file that contains the git version
 ## string of the current branch, it must be continuously updated when
This page took 0.037007 seconds and 4 git commands to generate.