projects
/
yazpp-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
put zlint in prefix/bin
[yazpp-moved-to-github.git]
/
zlint
/
Makefile.am
1
## $Id: Makefile.am,v 1.3 2004-02-25 08:17:52 adam Exp $
2
3
AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include $(XSLT_CFLAGS)
4
5
zlint_SOURCES=zlint.cpp
6
7
bin_PROGRAMS = zlint
8
9
LDADD=../src/libyazcpp.la $(YAZLALIB) $(XSLT_LIBS)