patch-python_Makefile_am 367 B

123456789101112
  1. --- libxml2-2.9.2.orig/python/Makefile.am 2014-10-03 04:00:53.000000000 -0500
  2. +++ libxml2-2.9.2/python/Makefile.am 2015-02-11 12:53:07.150163147 -0600
  3. @@ -18,8 +18,7 @@ EXTRA_DIST = \
  4. if WITH_PYTHON
  5. AM_CPPFLAGS = \
  6. -I$(top_builddir)/include \
  7. - -I$(top_srcdir)/include \
  8. - -I$(PYTHON_INCLUDES)
  9. + -I$(top_srcdir)/include
  10. python_LTLIBRARIES = libxml2mod.la