mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
* configure.in libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml2class.txt: added more informations in the libxml2-python package including docs. Slightly changed the class hierarchy * python/tests/*: added basic regression tests infrastructure too Daniel
12 lines
263 B
Makefile
12 lines
263 B
Makefile
# AUTOMAKE_ OPTIONS=no-dependencies
|
|
|
|
noinst_PROGRAMS = gjobread
|
|
|
|
INCLUDES = \
|
|
-I$(top_builddir) -I$(top_srcdir) \
|
|
-I$(top_builddir)/include \
|
|
-I$(top_srcdir)/include -I@srcdir@
|
|
|
|
LDADD = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
|
|
|