blob: 0138775d4c6f9f60baa0966cafa40314798e6c1a (
plain)
1
2
3
4
5
6
7
8
9
10
|
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@
|