libt2n: (gerd) basic command handling (still some todos)
[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 \
7087e187
GE
9 socket_handler.cpp socket_client.cpp command_server.cpp command_client.cpp \
10 t2n_exception.cpp command.cpp container.cpp
ac7fdc22 11
a11e19b7 12include_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \
7087e187
GE
13 socket_client.hxx connection.hxx types.hxx socket_handler.hxx command.hxx container.hxx \
14 command_client.hxx command_server.hxx