X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=2430a4bfb89bfbd7c366e4e54d614227711eee5a;hb=35f67dc85e5507c1edc1fecbc2835fab0255ada4;hp=a9e949360154cf0f66fe5838c0354f59a02aae12;hpb=d5c921e71defabcb16299ee27bd7c9bdabe2e461;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index a9e9493..2430a4b 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.57 2006-11-06 20:48:43 adam Exp $ +## $Id: Makefile.am,v 1.58 2006-11-14 08:12:08 adam Exp $ aux_libs = \ ../rset/libidzebra-rset.la \ @@ -15,7 +15,7 @@ aux_libs = \ # Should also match the libidzebra_..._la lines..! zebralib = libidzebra-2.0.la -noinst_PROGRAMS = apitest kdump zebrash +noinst_PROGRAMS = kdump zebrash modlibdir=$(libdir)/$(PACKAGE)$(PACKAGE_SUFFIX)/modules @@ -95,7 +95,6 @@ bin_PROGRAMS = zebraidx zebrasrv zebraidx_SOURCES = zebraidx.c zebrasrv_SOURCES = zebrasrv.c zebrash_SOURCES = zebrash.c -apitest_SOURCES = apitest.c kdump_SOURCES = kdump.c AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) \