From c42c2a37f3cd9379a7e4b92db8694e59807ab927 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 9 Jan 2004 03:21:34 +0000 Subject: Fix *.h files not getting installed. [SVN r21556] --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamfile') diff --git a/Jamfile b/Jamfile index e28f1757c1..001d630e97 100644 --- a/Jamfile +++ b/Jamfile @@ -190,7 +190,7 @@ if $(lib-sources) stage $(include-locate:D=)/boost-$(version-tag) : [ glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ] - [ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp ] + [ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h ] : $(include-locate:D) $(BOOST_ROOT) -- cgit v1.2.1