mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
noinst_PROGRAMS = gjobread
|
|
|
|
INCLUDES = \
|
|
-I$(top_builddir) -I$(top_srcdir) \
|
|
-I@srcdir@
|
|
|
|
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ -lm
|
|
|