X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=zlint%2FMakefile.am;h=20d2c9c2cd9eeaf1b11e121422627eeccb1694f8;hb=b44f9237a703f1f88f0d2768e3e358110751bb5f;hp=976ea4be9cb4e98b5ffb6088f5a107891ce69688;hpb=ae80e89d7132c22f44d2bd62a3df7e536e2cd028;p=yazpp-moved-to-github.git diff --git a/zlint/Makefile.am b/zlint/Makefile.am index 976ea4b..20d2c9c 100644 --- a/zlint/Makefile.am +++ b/zlint/Makefile.am @@ -1,9 +1,20 @@ -## $Id: Makefile.am,v 1.3 2004-02-25 08:17:52 adam Exp $ +## $Id: Makefile.am,v 1.5 2004-03-29 20:00:07 adam Exp $ AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include $(XSLT_CFLAGS) -zlint_SOURCES=zlint.cpp +zlint_SOURCES=zlint.cpp zlint.h \ + test-init-01.cpp \ + test-init-02.cpp \ + test-init-03.cpp \ + test-init-04.cpp \ + test-init-05.cpp \ + test-init-06.cpp \ + test-init-07.cpp \ + test-init-08.cpp \ + test-search-01.cpp \ + test-scan-01.cpp \ + main.cpp -bin_PROGRAMS = zlint +noinst_PROGRAMS = zlint LDADD=../src/libyazcpp.la $(YAZLALIB) $(XSLT_LIBS)