Handle present out of range better in sample server.
[yazpp-moved-to-github.git] / src / Makefile.am
index 235289e..7f9074b 100644 (file)
@@ -1,10 +1,12 @@
-## $Id: Makefile.am,v 1.23 2004-03-29 22:46:51 adam Exp $
+## $Id: Makefile.am,v 1.25 2004-05-12 07:45:06 adam Exp $
 
-AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include
+AM_CXXFLAGS = -I$(srcdir)/../include $(YAZINC)
 
 lib_LTLIBRARIES = libyazcpp.la
 libyazcpp_la_LDFLAGS=-version-info 1:0:0
 
+DISTCLEANFILES = yaz++-config
+
 libyazcpp_la_SOURCES=yaz-socket-manager.cpp yaz-pdu-assoc.cpp \
        yaz-z-assoc.cpp yaz-z-query.cpp yaz-ir-assoc.cpp \
        yaz-z-server.cpp yaz-pdu-assoc-thread.cpp yaz-z-server-sr.cpp \