libt2n: (tomj) make compilable again
[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 command.cpp command_client.cpp \
7         command_server.cpp connection.cpp container.cpp server.cpp socket_client.cpp \
8         socket_handler.cpp socket_server.cpp t2n_exception.cpp client_wrapper.cpp
9
10 # Note:  If you specify a:b:c as the version in the next line,
11 #  the library that is made has version (a-c).c.b.  In this
12 #  example, the version is 2.1.2. (3:2:1)
13 libt2n_la_LDFLAGS = -version-info 1:0:0
14
15 pkginclude_HEADERS = client.hxx client_wrapper.hxx command.hxx \
16         command_client.hxx command_server.hxx connection.hxx container.hxx log.hxx server.hxx \
17         socket_client.hxx socket_handler.hxx socket_server.hxx t2n_exception.hxx types.hxx