1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

Added the Makefile for example subdir containing gjobread, Daniel.

This commit is contained in:
Daniel Veillard
1999-07-11 16:14:19 +00:00
parent a75b6b325c
commit 3166ab1a14
4 changed files with 15 additions and 2 deletions

8
example/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
noinst_PROGRAMS = gjobread
INCLUDES = \
-I$(top_builddir) -I$(top_srcdir) \
-I@srcdir@
LDADD = $(top_builddir)/libxml.la @Z_LIBS@