libxml2/example/Makefile.am
1999-07-12 09:16:45 +00:00

11 lines
185 B
Makefile

noinst_PROGRAMS = gjobread
INCLUDES = \
-I$(top_builddir) -I$(top_srcdir) \
-I@srcdir@
LDADD = $(top_builddir)/libxml.la @Z_LIBS@
$(top_builddir)/libxml.la:
(cd .. ; $(MAKE))