From bf0ad72d7b24a6cb74aea59a57fe147164a907b4 Mon Sep 17 00:00:00 2001 From: llea <llea> Date: Thu, 11 Aug 2005 20:39:29 +0000 Subject: [PATCH] Add utilspp directory Makefile.am --- utilspp/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utilspp/Makefile.am diff --git a/utilspp/Makefile.am b/utilspp/Makefile.am new file mode 100644 index 0000000000..cf8faab5a4 --- /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 -- GitLab