From 8c95a99d23fa0ec35878ad98ec8757d8dbff4f8d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 15 Mar 2014 13:26:32 +0100 Subject: [PATCH] example: rename to ustream-example-server Signed-off-by: Felix Fietkau --- CMakeLists.txt | 4 ++-- ustream-example.c => ustream-example-server.c | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ustream-example.c => ustream-example-server.c (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index a918e16..7e2ddf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,8 @@ ENDIF() ADD_LIBRARY(ustream-ssl SHARED ustream-ssl.c ${SSL_SRC}) TARGET_LINK_LIBRARIES(ustream-ssl ubox ${SSL_LIB}) -ADD_EXECUTABLE(ustream-example ustream-example.c) -TARGET_LINK_LIBRARIES(ustream-example ustream-ssl) +ADD_EXECUTABLE(ustream-example-server ustream-example-server.c) +TARGET_LINK_LIBRARIES(ustream-example-server ustream-ssl) INSTALL(FILES ustream-ssl.h DESTINATION include/libubox diff --git a/ustream-example.c b/ustream-example-server.c similarity index 100% rename from ustream-example.c rename to ustream-example-server.c -- 2.11.0