Added a few comments. Source in ztest also analyzed by Doxygen.
[yaz-moved-to-github.git] / ztest / Makefile.am
index c792427..5a5297f 100644 (file)
@@ -1,12 +1,12 @@
-## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $
+## This file is part of the YAZ toolkit.
+## Copyright (C) 1995-2008 Index Data
 
 bin_PROGRAMS=yaz-ztest
 
-yaz_ztest_SOURCES=ztest.c read-grs.c
+yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c ztest.h
 
-EXTRA_DIST=dummy-records dummy-words dummy-grs
+EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem config1.xml
 
-INCLUDES=-I../include
-
-LDADD=../lib/libyaz.a
+yaz_ztest_LDADD=../src/libyaz_server.la $(PTHREAD_LIBS)
 
+AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)