Added my new NFA character normalizer. Not yet ready, but want to
[yaz-moved-to-github.git] / src / Makefile.am
index b94e6d4..3ccaf39 100644 (file)
@@ -1,8 +1,8 @@
 ## This file is part of the YAZ toolkit.
 ## Copyright (C) 1994-2006, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.31 2006-04-20 08:24:31 adam Exp $
+## $Id: Makefile.am,v 1.34 2006-05-03 09:04:33 heikki Exp $
 
-YAZ_VERSION_INFO=2:0:0
+YAZ_VERSION_INFO=2:1:0
 
 lib_LTLIBRARIES = libyaz.la libyazthread.la
 # noinst_PROGRAMS = cqlparse
@@ -71,7 +71,9 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \
   eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \
   eventl.h service.c service.h session.h test.c \
   xmlquery.c \
-  mime.c mime.h
+  mime.c mime.h \
+  nfa.c \
+  record_conv.c 
 
 libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)