mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
11 lines
185 B
Makefile
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))
|