projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added small test of codec speed
[idzebra-moved-to-github.git]
/
test
/
codec
/
Makefile.am
1
# $Id: Makefile.am,v 1.1 2004-06-09 12:13:03 adam Exp $
2
3
TESTS = tstcodec
4
5
tstcodec_SOURCES = tstcodec.c
6
7
noinst_PROGRAMS = tstcodec
8
9
AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
10
11
LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)