Diff for /embedaddon/libxml2/python/Makefile.am between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:38:00 version 1.1.1.2, 2013/07/22 01:22:29
Line 31  python_LTLIBRARIES = libxml2mod.la Line 31  python_LTLIBRARIES = libxml2mod.la
   
 libxml2mod_la_SOURCES = $(srcdir)/libxml.c $(srcdir)/types.c  libxml2mod_la_SOURCES = $(srcdir)/libxml.c $(srcdir)/types.c
 nodist_libxml2mod_la_SOURCES = libxml2-py.c  nodist_libxml2mod_la_SOURCES = libxml2-py.c
libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@ @WIN32_EXTRA_PYTHON_LIBADD@ @PYTHON_LIBS@libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@ @WIN32_EXTRA_PYTHON_LIBADD@ @PYTHON_LIBS@ -lpython$(PYTHON_VERSION)
   
 $(srcdir)/libxml.c: libxml2-py.h # to generate before to compile  $(srcdir)/libxml.c: libxml2-py.h # to generate before to compile
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>