Updated copyright headers.
[yazpp-moved-to-github.git] / zlint / Makefile.am
index 976ea4b..cde8ce4 100644 (file)
@@ -1,9 +1,19 @@
-## $Id: Makefile.am,v 1.3 2004-02-25 08:17:52 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)