From: Adam Dickmeiss Date: Fri, 28 Feb 2003 15:35:54 +0000 (+0000) Subject: CDDB test part of distribution. X-Git-Tag: ZEBRA.1.3.8~64 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=f51e2207f5c878c383d8fe293481c1872773caca CDDB test part of distribution. --- diff --git a/configure.in b/configure.in index 05605c2..4fcefeb 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.68 2003-02-28 12:33:38 oleg Exp $ +dnl $Id: configure.in,v 1.69 2003-02-28 15:35:54 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.7) @@ -366,7 +366,8 @@ AC_OUTPUT([ doc/zebraprint.dsl doc/zebraphp.dsl doc/tkl.xsl - test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/rusmarc/Makefile + test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile + test/rusmarc/Makefile test/cddb/Makefile perl/Makefile.PL test/xelm/Makefile test/dmoz/Makefile test/xpath/Makefile test/sort/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile diff --git a/test/Makefile.am b/test/Makefile.am index 1149f91..4566855 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gils usmarc api dmoz xpath sort xelm rusmarc +SUBDIRS=gils usmarc api dmoz xpath sort xelm cddb rusmarc testclient_SOURCES = testclient.c diff --git a/test/cddb/Makefile.am b/test/cddb/Makefile.am new file mode 100644 index 0000000..cdd7354 --- /dev/null +++ b/test/cddb/Makefile.am @@ -0,0 +1,3 @@ + +EXTRA_DIST = zebra.cfg cddb.abs cddb.flt cddb.tag b00b520d +