1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/example/Makefile.am
Daniel Veillard b83ba408b1 took me nearly 2 years to find the way to not build in SUBDIRS before
the current dir. Did I said previously how I hate auto* (but still love
it when it works :-)
Daniel
2001-01-22 22:45:10 +00:00

9 lines
139 B
Makefile

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