diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/quic_entry.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index db4cca3..5a895a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,4 +12,4 @@ set_target_properties(${lib_name} PROPERTIES PREFIX "") target_link_libraries(${lib_name} ${DNS_DEPEND_DYN_LIB} pthread -Wl,--no-whole-archive openssl-crypto-static -Wl,--no-whole-archive openssl-ssl-static) set_target_properties(${lib_name} PROPERTIES OUTPUT_NAME ${lib_name}) -install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/quic_decoder COMPONENT LIBRARIES) +install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/ COMPONENT LIBRARIES) diff --git a/src/quic_entry.cpp b/src/quic_entry.cpp index d8cae1b..d3745f0 100644 --- a/src/quic_entry.cpp +++ b/src/quic_entry.cpp @@ -9,9 +9,9 @@ #include "quic_deprotection.h" #include "quic_util.h" -static const char *g_quic_proto_conffile="./conf/quic_decoder/main.conf"; +static const char *g_quic_proto_conffile="./conf/quic/main.conf"; // static const char *g_quic_regionname_conffile="./conf/quic/quic.conf"; -static const char *g_quic_log_path = "./log/quic_decoder/quic_decoder"; +static const char *g_quic_log_path = "./log/quic/quic"; #ifdef __cplusplus extern "C" { |
