diff --git a/utilspp/Makefile.am b/utilspp/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..cf8faab5a4f306cc0929e4f936b2bfef391a85c6 --- /dev/null +++ b/utilspp/Makefile.am @@ -0,0 +1,12 @@ +noinst_HEADERS = \ + creation_using_new.hpp \ + lifetime_default.hpp \ + lifetime_with_longevity.hpp \ + lifetime_with_longevity.inl \ + null_type.hpp \ + private_members.hpp \ + private_members.inl \ + singleton.hpp \ + singleton_holder.hpp \ + singleton_holder.inl \ + threading_single.hpp