cpp-common: add `bt2s::optional`, alias of `nonstd::optional`
[babeltrace.git] / src / Makefile.am
index b5d24fe1c91113a4d0d6c1d31b2521cee0439bcb..23acb9e1d0ba4ea4be247eea72b9f140e036ed88 100644 (file)
@@ -47,16 +47,17 @@ noinst_HEADERS = \
        cpp-common/bt2c/glib-up.hpp \
        cpp-common/bt2c/lib-str.hpp \
        cpp-common/bt2c/libc-up.hpp \
-       cpp-common/bt2c/make-unique.hpp \
        cpp-common/bt2c/read-fixed-len-int.hpp \
        cpp-common/bt2c/safe-ops.hpp \
        cpp-common/bt2c/std-int.hpp \
        cpp-common/bt2c/uuid-view.hpp \
        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.024126 seconds and 4 git commands to generate.