X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fcodec%2FMakefile.am;h=f663124f545b1a824ef5fea8b6a57d3a14098b0d;hb=f3f20a205132c39c9434b10086422c6b49b47faf;hp=2c5d3f0b24221116a4bce5e037c6cee8fe54367d;hpb=7ed734cd2fbccac903039ef91a9086763a39ace4;p=idzebra-moved-to-github.git diff --git a/test/codec/Makefile.am b/test/codec/Makefile.am index 2c5d3f0..f663124 100644 --- a/test/codec/Makefile.am +++ b/test/codec/Makefile.am @@ -1,11 +1,10 @@ -# $Id: Makefile.am,v 1.1 2004-06-09 12:13:03 adam Exp $ -TESTS = tstcodec +check_PROGRAMS = tstcodec -tstcodec_SOURCES = tstcodec.c +TESTS = $(check_PROGRAMS) -noinst_PROGRAMS = tstcodec +tstcodec_SOURCES = tstcodec.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) -LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB) +LDADD = ../../$(main_zebralib) $(YAZLALIB)