X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=e410013546e49a8f55e9bfa69e2a10025b3ff9b6;hp=5dcf1eaec9daf3b48e031f19ed57090eba981771;hb=a11e19b7adab2d5b937573701959562f06087ac5;hpb=5816531135da09aceb7a026eeade735cbd20ef03 diff --git a/src/Makefile.am b/src/Makefile.am index 5dcf1ea..e410013 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,8 @@ INCLUDES= $(all_includes) # the library search path. lib_LTLIBRARIES = libt2n.la libt2n_la_LDFLAGS = -module -libt2n_la_SOURCES = server.cpp socket_server.cpp +libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.cpp \ + socket_handler.cpp -include_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx +include_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \ + socket_client.hxx connection.hxx types.hxx socket_handler.hxx