ecore/fd_handler - Rename fd_handler example that uses gnutls.

SVN revision: 60764
This commit is contained in:
Rafael Antognolli 2011-06-28 15:03:58 +00:00
parent edfeab7295
commit 358f5b594e
3 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@
*/
/**
* @example ecore_fd_handler_example.c
* @example ecore_fd_handler_gnutls_example.c
* Shows how to use fd handlers.
*/

View File

@ -20,7 +20,7 @@ SRCS = \
server_bench.c \
ecore_con_client_example.c \
ecore_con_server_example.c \
ecore_fd_handler_example.c \
ecore_fd_handler_gnutls_example.c \
ecore_file_download_example.c
EXTRA_DIST = $(SRCS)