Skip to content
Snippets Groups Projects
Commit 8b42775ad704 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

Fixed bug #1638, daniel

parent 65dd95da687e
Branches
Tags
No related merge requests found
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
......
## 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 @@ ...@@ -6,3 +6,5 @@
LDADD = $(top_builddir)/libxml.la @Z_LIBS@ LDADD = $(top_builddir)/libxml.la @Z_LIBS@
$(top_builddir)/libxml.la:
(cd .. ; $(MAKE))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment