X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=d5a0bb5c2e599bbf1e8b089603260ec06ea74367;hb=c63292356fbdef7b575efbf027ba8574482b0320;hp=9b2f8ab0e2bfb530924fcd3ba8751243af4abdb6;hpb=7d1252fc050f22ba587c88d5a39a80ba3262d7af;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 9b2f8ab..d5a0bb5 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.13 2002-04-15 09:48:30 adam Exp $ +## $Id: Makefile.am,v 1.14 2002-08-05 14:08:08 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -16,14 +16,8 @@ libzebra_a_LIBADD = \ ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a \ ../util/libutil.a -if ISZMBOL -bin_PROGRAMS = zmbolidx zmbolsrv -else bin_PROGRAMS = zebraidx zebrasrv -endif -zmbolidx_SOURCES = main.c -zmbolsrv_SOURCES = zserver.c zebraidx_SOURCES = main.c zebrasrv_SOURCES = zserver.c apitest_SOURCES = apitest.c