blob: d8028502db53030659153811564e615cfb5fe5e5 [file] [log] [blame]
Daniel Veillardb37ecd02001-06-28 16:18:11 +00001AUTOMAKE_OPTIONS=no-dependencies
2
Daniel Veillard3166ab11999-07-11 16:14:19 +00003noinst_PROGRAMS = gjobread
4
Owen Taylor3473f882001-02-23 17:55:21 +00005INCLUDES = \
6 -I$(top_builddir) -I$(top_srcdir) \
Peter Williamsed156f52001-07-13 18:35:13 +00007 -I$(top_builddir)/include \
Daniel Veillard6e90d192001-07-03 16:37:49 +00008 -I$(top_srcdir)/include -I@srcdir@
Daniel Veillard3166ab11999-07-11 16:14:19 +00009
Daniel Veillard96ed5832001-06-15 22:22:04 +000010LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm
Daniel Veillard3166ab11999-07-11 16:14:19 +000011