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

View File

@ -1,3 +1,8 @@
Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* example/Makefile.am, configure.in: added the makefile for the
gjobread example
Sat Jul 10 14:19:11 CEST 1999 Tomasz Kłoczko <kloczek@pld.org.pl>
* doc/Makefile.am:

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = doc
SUBDIRS = doc example
INCLUDES = -I@srcdir@ @CORBA_CFLAGS@ $(VERSION_FLAGS)

View File

@ -77,5 +77,5 @@ dnl Checks for library functions.
AC_FUNC_STRFTIME
AC_CHECK_FUNCS(strdup strndup strerror snprintf )
AC_SUBST(Z_LIBS)
AC_OUTPUT(libxml.spec Makefile doc/Makefile xml-config)
AC_OUTPUT(libxml.spec Makefile doc/Makefile example/Makefile xml-config)

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@