X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fcodec%2FMakefile.am;h=f7ab8e5401bf5d30a22e8e636cd6b7aea705ae86;hp=a74c841fa1573c733653ce1f974d4805c295aff5;hb=deff57cfa9d9b39c4a4f1c9b82a64c6e61d821a4;hpb=8374209906a1ff4f2b0f9a855f67af2b460dfea4 diff --git a/test/codec/Makefile.am b/test/codec/Makefile.am index a74c841..f7ab8e5 100644 --- a/test/codec/Makefile.am +++ b/test/codec/Makefile.am @@ -1,6 +1,8 @@ -# $Id: Makefile.am,v 1.4 2004-09-30 08:16:49 adam Exp $ +# $Id: Makefile.am,v 1.5 2005-03-30 09:25:25 adam Exp $ -TESTS = tstcodec +check_PROGRAMS = tstcodec + +TESTS = $(check_PROGRAMS) zebralibs = \ ../../index/libidzebra-api.la \ @@ -17,7 +19,6 @@ zebralibs = \ tstcodec_SOURCES = tstcodec.c -noinst_PROGRAMS = tstcodec AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)