mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-11 18:09:31 +08: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))
|