1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
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))