libt2n: (reinhard) bugfix in example configure.in. update some informational files.
[libt2n] / src / Makefile.am
CommitLineData
ac7fdc22
GE
1# set the include path found by configure
2INCLUDES= $(all_includes)
3
4# the library search path.
5lib_LTLIBRARIES = libt2n.la
a11e19b7 6libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.cpp \
7087e187
GE
7 socket_handler.cpp socket_client.cpp command_server.cpp command_client.cpp \
8 t2n_exception.cpp command.cpp container.cpp
ac7fdc22 9
1f0aa49f 10pkginclude_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \
a7170401
GE
11 socket_client.hxx connection.hxx types.hxx socket_handler.hxx command.hxx container.hxx \
12 command_client.hxx command_server.hxx log.hxx