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