projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
[idzebra-moved-to-github.git]
/
isamc
/
Makefile.am
1
2
noinst_LTLIBRARIES = libidzebra-isamc.la
3
4
libidzebra_isamc_la_SOURCES = isamc.c merge.c isamc-p.h
5
6
AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../index $(YAZINC)
7
8
LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLALIB)