e410013546e49a8f55e9bfa69e2a10025b3ff9b6
[libt2n] / src / Makefile.am
1
2 # set the include path found by configure
3 INCLUDES= $(all_includes)
4
5 # the library search path.
6 lib_LTLIBRARIES = libt2n.la
7 libt2n_la_LDFLAGS = -module
8 libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.cpp \
9         socket_handler.cpp
10
11 include_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \
12         socket_client.hxx connection.hxx types.hxx socket_handler.hxx