X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fcodec%2FMakefile.am;h=696dd4a2c19bf92bc46189151a98aa4f15221be1;hb=89d3a004b7c651fd5673abfc192e1472dc4d4197;hp=2c5d3f0b24221116a4bce5e037c6cee8fe54367d;hpb=7ed734cd2fbccac903039ef91a9086763a39ace4;p=idzebra-moved-to-github.git diff --git a/test/codec/Makefile.am b/test/codec/Makefile.am index 2c5d3f0..696dd4a 100644 --- a/test/codec/Makefile.am +++ b/test/codec/Makefile.am @@ -1,11 +1,11 @@ -# $Id: Makefile.am,v 1.1 2004-06-09 12:13:03 adam Exp $ +# $Id: Makefile.am,v 1.6 2006-07-03 14:27:18 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)