From ef67c694d30f2e45ebbfddbe0b8230736e0c04b8 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Tue, 12 Sep 2006 15:52:33 +0000 Subject: [PATCH] BugID: 61 Added lofar_smartptr.h to Makefile.am; otherwise it won't be installed :-( --- LCS/Common/include/Common/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/LCS/Common/include/Common/Makefile.am b/LCS/Common/include/Common/Makefile.am index 6a18bd9225c..006a576ddd1 100644 --- a/LCS/Common/include/Common/Makefile.am +++ b/LCS/Common/include/Common/Makefile.am @@ -35,6 +35,7 @@ pkginclude_HEADERS = \ lofar_map.h \ lofar_math.h \ lofar_set.h \ + lofar_smartptr.h \ lofar_sstream.h \ lofar_stack.h \ lofar_string.h \ -- GitLab