mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
9 lines
181 B
Makefile
9 lines
181 B
Makefile
check_PROGRAMS = gjobread
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
LDADD = $(top_builddir)/libxml2.la
|
|
|
|
gjobread_SOURCES=gjobread.c
|
|
|
|
EXTRA_DIST = meson.build
|