buildconf.sh --disable-shared --enable-static
[yazpp-moved-to-github.git] / zlint / Makefile.am
1 ## $Id: Makefile.am,v 1.7 2006-03-29 13:14:19 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/libyazpp.la $(YAZLALIB)