projects
/
yazpp-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added pure virtual destructors for interface-like classes.
[yazpp-moved-to-github.git]
/
zlint
/
Makefile.am
1
## $Id: Makefile.am,v 1.6 2004-04-11 12:21:17 adam Exp $
2
3
AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include
4
5
zlint_SOURCES=zlint.cpp zlint.h \
6
test-init-01.cpp \
7
test-init-02.cpp \
8
test-init-03.cpp \
9
test-init-04.cpp \
10
test-init-05.cpp \
11
test-init-06.cpp \
12
test-init-07.cpp \
13
test-init-08.cpp \
14
test-search-01.cpp \
15
test-scan-01.cpp \
16
main.cpp
17
18
noinst_PROGRAMS = zlint
19
20
LDADD=../src/libyazcpp.la $(YAZLALIB)