projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Build main libidzebra-2.0.la. Bug #620.
[idzebra-moved-to-github.git]
/
test
/
codec
/
Makefile.am
1
# $Id: Makefile.am,v 1.6 2006-07-03 14:27:18 adam Exp $
2
3
check_PROGRAMS = tstcodec
4
5
TESTS = $(check_PROGRAMS)
6
7
tstcodec_SOURCES = tstcodec.c
8
9
AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
10
11
LDADD = ../../$(main_zebralib) $(YAZLALIB)