1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-20 16:43:05 +03:00

patch from Stphane Bidoul to include drv_libxml2.py in setup.py Daniel

* python/setup.py.in: patch from Stphane Bidoul to include
  drv_libxml2.py in setup.py
Daniel
This commit is contained in:
Daniel Veillard
2003-01-04 12:47:20 +00:00
parent 66b82892f1
commit 623a9eb2df
2 changed files with 6 additions and 1 deletions

View File

@ -159,7 +159,7 @@ if with_xslt == 1:
descr = "libxml2 package"
modules = [ 'libxml2' ]
modules = [ 'libxml2', 'drv_libxml2' ]
if WITHDLLS:
modules.append('libxmlmods.__init__')
c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]