X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2FMakefile.am;h=021121507e8db05207631bdb64eca30c88c2d7d4;hp=ec5b0f77ac7b04b248efaab672f26cc88d75107d;hb=1f0aa49ffeccf4ac8562a82a941b17c63503c4cc;hpb=7087e18783f91d2b889e880462d1d1da24831c28 diff --git a/src/Makefile.am b/src/Makefile.am index ec5b0f7..0211215 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,3 @@ - # set the include path found by configure INCLUDES= $(all_includes) @@ -9,6 +8,6 @@ libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.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 command.hxx container.hxx \ - command_client.hxx command_server.hxx +pkginclude_HEADERS = server.hxx socket_server.hxx t2n_exception.hxx client.hxx \ + socket_client.hxx connection.hxx types.hxx socket_handler.hxx command.hxx container.hxx \ + command_client.hxx command_server.hxx log.hxx