X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=d5a0bb5c2e599bbf1e8b089603260ec06ea74367;hb=c63292356fbdef7b575efbf027ba8574482b0320;hp=accf045e1f5b46f5a7a841948782322aa595859a;hpb=85728191a4dc93d31e3d1bd0ddc2ae60381ae6ba;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index accf045..d5a0bb5 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.12 2002-04-12 14:40:42 adam Exp $ +## $Id: Makefile.am,v 1.14 2002-08-05 14:08:08 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -16,20 +16,14 @@ 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 kdump_SOURCES=kdump.c kcompare.c -INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) LDADD = libzebra.a $(YAZLIB) $(TCL_LIB)