mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-19 03:03:17 +08:00

With very few exceptions, utilities and test programs don't require any external libraries. - xmllint and xmlcatalog need libreadline - runtest and testThreads need pthreads
7 lines
155 B
Makefile
7 lines
155 B
Makefile
check_PROGRAMS = gjobread
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
LDADD = $(top_builddir)/libxml2.la
|
|
|
|
gjobread_SOURCES=gjobread.c
|