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