Fix error on `make distcheck`

This commit is contained in:
Tatsuhiro Tsujikawa 2013-12-15 16:36:43 +09:00
parent 650f63c728
commit 3c63936d3a
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST = README.rst apiref-header.rst index.rst mkapiref.py \
package_README.rst _static/default2.css _templates/menu.html
package_README.rst
# Makefile for Sphinx documentation
#

View File

@ -21,6 +21,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST = README.rst cnghttp2.pxd nghttp2.pyx setup.py
PYSETUP_INCLUDE_DIRS=$(top_srcdir)/lib/includes:$(top_srcdir)/lib
PYSETUP_LIBDIRS=$(top_builddir)/lib/.libs