Added daemon utility (yaz_daemon).
[yaz-moved-to-github.git] / src / Makefile.am
index 1025a62..03dbca2 100644 (file)
@@ -1,6 +1,6 @@
 ## This file is part of the YAZ toolkit.
 ## Copyright (C) 1995-2007, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.70 2007-10-24 13:50:02 adam Exp $
+## $Id: Makefile.am,v 1.73 2008-02-18 17:07:06 adam Exp $
 
 YAZ_VERSION_INFO=3:0:0
 
@@ -29,6 +29,7 @@ YAZCOMP_I = $(YAZCOMP) -d $(srcdir)/ill.tcl -i yaz -I$(top_srcdir)/include
 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(SSL_CFLAGS) 
 libyaz_server_la_CFLAGS = $(PTHREAD_CFLAGS)
 libyaz_icu_la_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_CPPFLAGS)
+libyaz_icu_la_LIBADD = $(ICU_LIBS)
 
 AM_YFLAGS=-p cql_
 
@@ -94,7 +95,7 @@ libyaz_la_SOURCES=version.c options.c log.c \
   xmlquery.c http.c \
   mime.c mime.h oid_util.c tokenizer.c \
   record_conv.c retrieval.c elementset.c snprintf.c query-charset.c \
-  copy_types.c match_glob.c
+  copy_types.c match_glob.c poll.c daemon.c
 
 libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)