From 674c1cc7102753f0cba3c03cf7553826ba9e9436 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Nov 2002 19:59:52 +0000 Subject: [PATCH] dinosauricon gone --- configure.in | 4 ++-- examples/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 790cf48..b162748 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.53 2002-11-08 13:23:52 adam Exp $ +dnl $Id: configure.in,v 1.54 2002-11-08 19:59:52 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.3) @@ -257,5 +257,5 @@ AC_OUTPUT([ doc/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/dmoz/Makefile - examples/Makefile examples/gils/Makefile examples/dinosauricon/Makefile + examples/Makefile examples/gils/Makefile ]) diff --git a/examples/Makefile.am b/examples/Makefile.am index 5b6d8bd..c05d718 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gils dinosauricon +SUBDIRS=gils EXTRA_DIST = README -- 1.7.10.4