# HG changeset patch
# User Leif Leonhardy <not.really@online.de>
# Date 1316324558 25200
# Node ID 703db37fb8a009fd012cb70bd101f0ee5d6433bf
# Parent  ac87218c3e40f586987c1f6025486b2a7afe5299
#11709 Reviewer patch: Add *.hpp to MANIFEST.in; otherwise building from scratch is broken.

diff --git a/MANIFEST.in b/MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-recursive-include * *.c *.cc *.h *.hh *.pyx *.pxd *.pxi *.txt *.tex *.i *.d 00*
+recursive-include * *.c *.cc *.h *.hh *.hpp *.pyx *.pxd *.pxi *.txt *.tex *.i *.d 00*
 recursive-include doc *.rst *.py
 include c_lib c_lib/* c_lib/src/*
 include MANIFEST.in README.txt
