mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-18 14:21:02 +03:00
- Makefile.am configure.in: fix from Albert Chin for iconv detection and some cleanup Daniel
11 lines
216 B
Makefile
11 lines
216 B
Makefile
AUTOMAKE_OPTIONS=no-dependencies
|
|
|
|
noinst_PROGRAMS = gjobread
|
|
|
|
INCLUDES = \
|
|
-I$(top_builddir) -I$(top_srcdir) \
|
|
-I$(top_srcdir)/include -I@srcdir@
|
|
|
|
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm
|
|
|