projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed nasty bug for fileUpdate.
[idzebra-moved-to-github.git]
/
isamg
/
Makefile.am
1
## $Id: Makefile.am,v 1.1 2001-01-16 19:05:45 heikki Exp $
2
3
noinst_LIBRARIES = libisamc.a
4
5
libisamc_a_SOURCES = isamg.c
6
7
INCLUDES = -I$(srcdir)/../include @YAZINC@
8
9
LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a @YAZLIB@