From 2aa07647ac64572a1b609a6abc6d97f1fc75ff10 Mon Sep 17 00:00:00 2001 From: jpbl <jpbl> Date: Mon, 22 Aug 2005 18:37:30 +0000 Subject: [PATCH] *** empty log message *** --- utilspp/Makefile.am | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/utilspp/Makefile.am b/utilspp/Makefile.am index cf8faab5a4..dda27b48f8 100644 --- a/utilspp/Makefile.am +++ b/utilspp/Makefile.am @@ -1,12 +1,30 @@ -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 +SUBDIRS = singleton + +lib_LTLIBRARIES=libutilspp.la + +libutilspp_la_SOURCES = \ + NonCopyable.hpp \ + NullType.hpp \ + Singleton.hpp \ + SmartPtr.hpp \ + ThreadingFactoryMutex.hpp \ + ThreadingSingle.hpp \ + TypeList.hpp \ + TypeTrait.hpp + +pkginclude_HEADERS = \ + NonCopyable.hpp \ + NullType.hpp \ + Singleton.hpp \ + SmartPtr.hpp \ + ThreadingFactoryMutex.hpp \ + ThreadingSingle.hpp \ + TypeList.hpp \ + TypeTrait.hpp + +pkgincludedir=$(includedir)/utilspp + +libutilspp_la_LIBADD = ./singleton/libsingleton.la + + + -- GitLab