1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

Fixed bug #1638, daniel

This commit is contained in:
Daniel Veillard
1999-07-12 09:16:45 +00:00
parent 3166ab1a14
commit be9e595a41
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* Makefile.am, example/Makefile.am: closed bug #1683
Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* example/Makefile.am, configure.in: added the makefile for the * example/Makefile.am, configure.in: added the makefile for the

View File

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

View File

@ -6,3 +6,5 @@ INCLUDES = \
LDADD = $(top_builddir)/libxml.la @Z_LIBS@ LDADD = $(top_builddir)/libxml.la @Z_LIBS@
$(top_builddir)/libxml.la:
(cd .. ; $(MAKE))