X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2FMakefile.am;h=d8ba3e6781cc26dac6f5bef40362ffe8dd970302;hp=5dcf1eaec9daf3b48e031f19ed57090eba981771;hb=9424729586fdb0aabb671d2f1266bdb07e0bed38;hpb=ac7fdc22899c0c493fda5fdb3a4cb67e77504a6b diff --git a/src/Makefile.am b/src/Makefile.am index 5dcf1ea..d8ba3e6 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 socket_client.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