X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zlint%2FMakefile.am;h=d1ba48142a5157decc6e9a3f55a03e83b8811d5a;hb=ece93a39d9b88e80aa702e137052980fd9fc9e8b;hp=101dc632e84a780d73a5ebb00f7b817eff9886e1;hpb=203c514721559a0573ca4ec492f968249479c5f5;p=yazpp-moved-to-github.git diff --git a/zlint/Makefile.am b/zlint/Makefile.am index 101dc63..d1ba481 100644 --- a/zlint/Makefile.am +++ b/zlint/Makefile.am @@ -1,9 +1,20 @@ -## $Id: Makefile.am,v 1.2 2004-02-24 20:55:57 adam Exp $ +## $Id: Makefile.am,v 1.6 2004-04-11 12:21:17 adam Exp $ -AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include $(XSLT_CFLAGS) +AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include -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 noinst_PROGRAMS = zlint -LDADD=../src/libyazcpp.la $(YAZLALIB) $(XSLT_LIBS) +LDADD=../src/libyazcpp.la $(YAZLALIB)