projects
/
yazpp-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated copyright headers.
[yazpp-moved-to-github.git]
/
zlint
/
Makefile.am
1
2
AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include
3
4
zlint_SOURCES=zlint.cpp zlint.h \
5
test-init-01.cpp \
6
test-init-02.cpp \
7
test-init-03.cpp \
8
test-init-04.cpp \
9
test-init-05.cpp \
10
test-init-06.cpp \
11
test-init-07.cpp \
12
test-init-08.cpp \
13
test-search-01.cpp \
14
test-scan-01.cpp \
15
main.cpp
16
17
noinst_PROGRAMS = zlint
18
19
LDADD=../src/libyazpp.la $(YAZLALIB)