d8ba3e6781cc26dac6f5bef40362ffe8dd970302
[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 socket_client.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