X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=58cd24b2bd4a57627867fe9190f324c499be9f8b;hb=4e68a651c499e3acc77fbf2dbedd294855206f00;hp=94845a9d29d72827342251d6254d595488503aa4;hpb=cd13985dc9d5335f6dc2f6b015407cc8dd5d8772;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 94845a9..58cd24b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.50 2002-09-25 09:50:20 adam Exp $ +dnl $Id: configure.in,v 1.55 2002-11-09 22:26:19 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.3) @@ -244,6 +244,7 @@ AC_OUTPUT([ isamc/Makefile isam/Makefile rset/Makefile + data1/Makefile recctrl/Makefile index/Makefile include/Makefile @@ -253,6 +254,8 @@ AC_OUTPUT([ doc/zebrahtml.dsl doc/zebraprint.dsl doc/zebraphp.dsl + doc/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile - test/dmoz/Makefile + test/dmoz/Makefile test/xpath/Makefile + examples/Makefile examples/gils/Makefile ])