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