X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2FMakefile.am;h=9911bf0603d9d208e0d36d62885e0a9f494db55c;hp=d8ba3e6781cc26dac6f5bef40362ffe8dd970302;hb=86c1c2e9dcdced7022bc2b979a4b580946802410;hpb=644c4d262aab14ee4ec1cfade83a2e99568098d3 diff --git a/src/Makefile.am b/src/Makefile.am index d8ba3e6..9911bf0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,9 @@ INCLUDES= $(all_includes) lib_LTLIBRARIES = libt2n.la libt2n_la_LDFLAGS = -module libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.cpp \ - socket_handler.cpp socket_client.cpp + socket_handler.cpp socket_client.cpp command_server.cpp command_client.cpp \ + t2n_exception.cpp command.cpp container.cpp include_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \ - socket_client.hxx connection.hxx types.hxx socket_handler.hxx + socket_client.hxx connection.hxx types.hxx socket_handler.hxx command.hxx container.hxx \ + command_client.hxx command_server.hxx log.hxx