Examples using Bib-1 use attributes
[idzebra-moved-to-github.git] / test / codec / Makefile.am
index 2c5d3f0..f663124 100644 (file)
@@ -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)