X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2FMakefile.am;h=effba0a9cba6da9a09866d4bfc20b6404a0df4e5;hp=669ce220aa0d78b1ec584679d367d05eef6f0809;hb=9a5d7790b094439b9a6f16983e20493c0e43ee02;hpb=a64066eb0e456c92c4c06959616443e531d4b39d diff --git a/src/Makefile.am b/src/Makefile.am index 669ce22..effba0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,9 +3,10 @@ INCLUDES= $(all_includes) # the library search path. lib_LTLIBRARIES = libt2n.la -libt2n_la_SOURCES = client.cpp command.cpp command_client.cpp \ - command_server.cpp connection.cpp container.cpp server.cpp socket_client.cpp \ - socket_handler.cpp socket_server.cpp t2n_exception.cpp client_wrapper.cpp +libt2n_la_SOURCES = client.cpp client_wrapper.cpp command.cpp \ + command_client.cpp command_server.cpp connection.cpp container.cpp server.cpp \ + socket_client.cpp socket_handler.cpp socket_server.cpp socket_wrapper.cpp \ + t2n_exception.cpp # Note: If you specify a:b:c as the version in the next line, # the library that is made has version (a-c).c.b. In this @@ -14,6 +15,6 @@ libt2n_la_LDFLAGS = -version-info 1:0:0 pkginclude_HEADERS = client.hxx client_wrapper.hxx command.hxx \ command_client.hxx command_server.hxx connection.hxx container.hxx log.hxx server.hxx \ - socket_client.hxx socket_handler.hxx socket_server.hxx t2n_exception.hxx types.hxx \ - wrapper_handler_socket.hxx - + socket_client.hxx socket_handler.hxx socket_server.hxx socket_wrapper.hxx \ + t2n_exception.hxx types.hxx \ + container.tcc t2n_exception.tcc