Moved header files to include/yaz++. Switched to libtool and automake.
[yazpp-moved-to-github.git] / src / Makefile.am
1 ## $Id: Makefile.am,v 1.1 2000-10-11 11:58:16 adam Exp $
2
3 INCLUDES=$(YAZINC) -I../include
4
5 lib_LTLIBRARIES = libyaz++.la
6
7 libyaz___la_SOURCES=yaz-socket-manager.cpp yaz-pdu-assoc.cpp \
8         yaz-z-assoc.cpp yaz-proxy.cpp yaz-z-query.cpp yaz-ir-assoc.cpp \
9         yaz-z-server.cpp
10
11 libyaz___la_LDFLAGS=-version-info 0:0:0
12
13 bin_PROGRAMS = yaz-client++ yaz-server++ yaz-proxy
14 bin_SCRIPTS = yaz++-config
15
16 yaz_client___SOURCES=yaz-client.cpp
17
18 yaz_server___SOURCES=yaz-server.cpp
19
20 yaz_proxy_SOURCES=yaz-proxy-main.cpp
21
22 LDADD=libyaz++.la $(YAZLALIB) -lpthread