diff --git a/boost/Makefile.am b/boost/Makefile.am
index fad59a1b957064e8f399f286620cc4c3ca6a125d..9ea79c660cf74a40137899e90a1e0bb71e2e599d 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -1 +1,3 @@
 SUBDIRS = format
+
+EXTRA_DIST = format.hpp
diff --git a/boost/format/Makefile.am b/boost/format/Makefile.am
index 43a44a216ba973703d1f8284617be385ed35effd..d62d09aa182e7459c897044ae18cedd869aefaa4 100644
--- a/boost/format/Makefile.am
+++ b/boost/format/Makefile.am
@@ -1,3 +1,6 @@
 noinst_LIBRARIES = libformat.a
 
 libformat_a_SOURCES = format_implementation.cc free_funcs.cc parsing.cc
+
+EXTRA_DIST = exceptions.hpp feed_args.hpp format_class.hpp format_fwd.hpp \
+ internals.hpp internals_fwd.hpp macros_default.hpp