libt2n: (tomj) compile fix
[libt2n] / src / Makefile.am
1 # set the include path found by configure
2 INCLUDES= $(all_includes)
3
4 # the library search path.
5 lib_LTLIBRARIES = libt2n.la
6 libt2n_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
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)
14 libt2n_la_LDFLAGS = -version-info 1:0:0
15
16 pkginclude_HEADERS = client.hxx client_wrapper.hxx command.hxx \
17         command_client.hxx command_server.hxx connection.hxx container.hxx log.hxx server.hxx \
18         socket_client.hxx socket_handler.hxx socket_server.hxx socket_wrapper.hxx \
19         t2n_exception.hxx types.hxx