use seperate file for group
[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 command_server.cpp command_client.cpp \
10         t2n_exception.cpp command.cpp container.cpp
11
12 include_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \
13                         socket_client.hxx connection.hxx types.hxx socket_handler.hxx command.hxx container.hxx \
14                 command_client.hxx command_server.hxx log.hxx