summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-07-11 16:14:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-07-11 16:14:19 +0000
commit3166ab1a1443bbffc43ed760ed078bafa4ba5e46 (patch)
tree5ba69290c02cf1810e3fe2a6da9ec574a612d3cb
parenta75b6b325c612e6476edd533a0d294b4104a5d9d (diff)
downloadlibxml2-3166ab1a1443bbffc43ed760ed078bafa4ba5e46.tar.gz
Added the Makefile for example subdir containing gjobread, Daniel.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--configure.in2
-rw-r--r--example/Makefile.am8
4 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e9c6c384..e80e59a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/Makefile.am b/Makefile.am
index 0f239c3c..0a266443 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)
diff --git a/configure.in b/configure.in
index 0393676a..83c5c4c2 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
diff --git a/example/Makefile.am b/example/Makefile.am
new file mode 100644
index 00000000..45429f39
--- /dev/null
+++ b/example/Makefile.am
@@ -0,0 +1,8 @@
+noinst_PROGRAMS = gjobread
+
+INCLUDES = \
+ -I$(top_builddir) -I$(top_srcdir) \
+ -I@srcdir@
+
+LDADD = $(top_builddir)/libxml.la @Z_LIBS@
+