moved examples out of libt2n into libt2n-example
[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_LDFLAGS = -module
7 libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.cpp \
8         socket_handler.cpp socket_client.cpp command_server.cpp command_client.cpp \
9         t2n_exception.cpp command.cpp container.cpp
10
11 pkginclude_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \
12                         socket_client.hxx connection.hxx types.hxx socket_handler.hxx command.hxx container.hxx \
13                 command_client.hxx command_server.hxx log.hxx