Fixed problem processEvent which in rare cases return 0.
[yazpp-moved-to-github.git] / src / Makefile.am
index 76e2135..07bc103 100644 (file)
@@ -1,13 +1,15 @@
-## $Id: Makefile.am,v 1.5 2001-04-05 13:09:44 adam Exp $
+## $Id: Makefile.am,v 1.8 2001-11-04 22:36:21 adam Exp $
 
-INCLUDES=$(YAZINC) -I$(srcdir)/../include
+CXXFLAGS = $(YAZINC) -I$(srcdir)/../include
 
 lib_LTLIBRARIES = libyaz++.la
 
 libyaz___la_SOURCES=yaz-socket-manager.cpp yaz-pdu-assoc.cpp \
        yaz-z-assoc.cpp yaz-proxy.cpp yaz-z-query.cpp yaz-ir-assoc.cpp \
        yaz-z-server.cpp yaz-pdu-assoc-thread.cpp yaz-z-server-sr.cpp \
-       yaz-z-server-ill.cpp 
+       yaz-z-server-ill.cpp yaz-z-server-update.cpp
+
+EXTRA_DIST=yaz-z-server-ursula.cpp
 
 libyaz___la_LDFLAGS=-version-info 0:0:0