X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=zlint%2FMakefile.am;h=cde8ce4ae1ead1e1271b9e94c15a96f47a9476c7;hp=b0ebe93eb8105f9a6961c0beed57fc4d352b7f2b;hb=4b3585940162cf9ca65ca4a6914c0addcde50eef;hpb=0e5966272921cc8253e4395fcf985d490f27de0b diff --git a/zlint/Makefile.am b/zlint/Makefile.am index b0ebe93..cde8ce4 100644 --- a/zlint/Makefile.am +++ b/zlint/Makefile.am @@ -1,9 +1,19 @@ -## $Id: Makefile.am,v 1.1 2004-02-18 22:11:41 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 -bin_PROGRAMS = zlint +noinst_PROGRAMS = zlint -LDADD=../src/libyazcpp.la $(YAZLALIB) $(XSLT_LIBS) +LDADD=../src/libyazpp.la $(YAZLALIB)