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:
@ -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
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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))
|
||||||
|
Reference in New Issue
Block a user