1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00
Files
libxml2/example/Makefile.am
Daniel Veillard 96ed5832c7 - Makefile.am example/Makefile.am: Laszlo PETER provided a fix
when using -liconv
- TODO: updated
Daniel
2001-06-15 22:22:04 +00:00

9 lines
158 B
Makefile

noinst_PROGRAMS = gjobread
INCLUDES = \
-I$(top_builddir) -I$(top_srcdir) \
-I@srcdir@
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm