mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-09 17:57:24 +03:00
* Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. Daniel
13 lines
285 B
Makefile
13 lines
285 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 @WIN32_EXTRA_LIBADD@
|
|
|
|
|