Allow use of Nettle as an alternative to gcrypt
[yaz-moved-to-github.git] / test / Makefile.am
index 163f09f..98e4b7a 100644 (file)
@@ -1,5 +1,5 @@
 ## This file is part of the YAZ toolkit.
-## Copyright (C) 1995-2013 Index Data
+## Copyright (C) Index Data
 
 check_PROGRAMS = test_ccl test_comstack test_cql2ccl \
  test_embed_record test_filepath test_file_glob \
@@ -46,6 +46,8 @@ dist-hook:
        cp $(srcdir)/marc?.chr $(distdir)
        cp $(srcdir)/marc?.marc $(distdir)
        cp $(srcdir)/marc?.xml $(distdir)
+       cp $(srcdir)/marc?.json $(distdir)
+       cp $(srcdir)/marc?.json.marc $(distdir)
        cp $(srcdir)/*.xml.marc $(distdir)
        cp $(srcdir)/xml2marc?.xml $(distdir)
        cp $(srcdir)/tmarc?.xml $(distdir)
@@ -55,7 +57,7 @@ dist-hook:
 test_odrcodec.c test_odrcodec.h: tstodr.asn $(YAZCOMP)
        cd $(srcdir); $(YAZCOMP) tstodr.asn
 
-LDADD = ../src/libyaz.la 
+LDADD = ../src/libyaz.la
 test_icu_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS)
 test_libstemmer_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS)