From b9236f91bdec221da53f549b9255e96705929309 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 15 Sep 2006 10:07:09 +0000 Subject: [PATCH] Removing api_swig.[ch] from build because it does not compile on AIX. It is currently unmaintained. --- include/idzebra/Makefile.am | 4 ++-- index/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/idzebra/Makefile.am b/include/idzebra/Makefile.am index 74a1a9c..fec1b49 100644 --- a/include/idzebra/Makefile.am +++ b/include/idzebra/Makefile.am @@ -1,8 +1,8 @@ -# $Id: Makefile.am,v 1.11 2006-08-15 14:28:33 adam Exp $ +# $Id: Makefile.am,v 1.12 2006-09-15 10:07:09 adam Exp $ zebraincludedir=$(includedir)/$(PACKAGE)$(PACKAGE_SUFFIX)/idzebra zebrainclude_HEADERS=api.h version.h res.h recctrl.h data1.h recgrs.h \ bfile.h dict.h isam-codec.h isams.h isamc.h isamb.h util.h \ - snippet.h api_swig.h flock.h + snippet.h flock.h diff --git a/index/Makefile.am b/index/Makefile.am index 83367a7..472427b 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.51 2006-08-22 13:39:26 adam Exp $ +## $Id: Makefile.am,v 1.52 2006-09-15 10:07:10 adam Exp $ aux_libs = \ ../rset/libidzebra-rset.la \ @@ -70,7 +70,7 @@ libidzebra_2_0_la_SOURCES = \ recgrs.c \ sgmlread.c \ rectext.c \ - api_swig.c attribute.c \ + attribute.c \ compact.c \ dir.c dirs.c \ extract.c \ -- 1.7.10.4