libt2n: (gerd) fix client-connection-logic, finish wrappers, all tests are working...
[libt2n] / src / Makefile.am
CommitLineData
ac7fdc22
GE
1# set the include path found by configure
2INCLUDES= $(all_includes)
3
4# the library search path.
5lib_LTLIBRARIES = libt2n.la
ffbbf9ab
GE
6libt2n_la_SOURCES = client.cpp client_wrapper.cpp command.cpp \
7 command_client.cpp command_server.cpp connection.cpp container.cpp server.cpp \
8 socket_client.cpp socket_handler.cpp socket_server.cpp socket_wrapper.cpp \
9 t2n_exception.cpp
a64066eb
GE
10
11# Note: If you specify a:b:c as the version in the next line,
12# the library that is made has version (a-c).c.b. In this
13# example, the version is 2.1.2. (3:2:1)
14libt2n_la_LDFLAGS = -version-info 1:0:0
15
16pkginclude_HEADERS = client.hxx client_wrapper.hxx command.hxx \
17 command_client.hxx command_server.hxx connection.hxx container.hxx log.hxx server.hxx \
ffbbf9ab 18 socket_client.hxx socket_handler.hxx socket_server.hxx socket_wrapper.hxx \
d2cb39bb
RP
19 t2n_exception.hxx types.hxx \
20 container.tcc t2n_exception.tcc