summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-22 22:45:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-22 22:45:10 +0000
commitb83ba408b1fd76f5224c287be3d2e3a85e8b8820 (patch)
tree1a2f994d28cddb4aff88d5175afb14b351bf8c8d /example/Makefile.am
parent82687162b13925df2da1fef52e54dd20b452890b (diff)
downloadlibxml2-b83ba408b1fd76f5224c287be3d2e3a85e8b8820.tar.gz
took me nearly 2 years to find the way to not build in SUBDIRS before
the current dir. Did I said previously how I hate auto* (but still love it when it works :-) Daniel
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index ce7a8da9..45429f39 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -6,9 +6,3 @@ INCLUDES = \
LDADD = $(top_builddir)/libxml.la @Z_LIBS@
-$(srcdir)/libxml:
- -$(RM) $(srcdir)/libxml
- ln -s $(srcdir)/. $(srcdir)/libxml
-
-$(top_builddir)/libxml.la: $(srcdir)/libxml
- (cd .. ; $(MAKE))