|
From: Rick M. <k1...@ar...> - 2017-05-03 23:51:21
|
This is now fixed in the source repository.
73,
-Rick
On Wed, May 3, 2017 at 1:41 PM, Daniel M. Weeks <da...@da...> wrote:
> Signed-off-by: Daniel M. Weeks <da...@da...>
> ---
>
> This fixes a typo that installs tqsl in a broken way.
>
> src/CMakeLists.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
> index 1de1202..bdf3e96 100644
> --- a/src/CMakeLists.txt
> +++ b/src/CMakeLists.txt
> @@ -54,7 +54,7 @@ include_directories(${OPENSSL_INCLUDE_DIR}
> ${ZLIB_INCLUDE_DIR} ${EXPAT_INCLUDE_D
> if(NOT APPLE AND NOT WIN32)
> set_source_files_properties(location.cpp PROPERTIES COMPILE_DEFINITIONS
> CONFDIR="${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/")
> set(HEADERS_TO_INSTALL tqsllib.h tqslerrno.h cabrillo.h adif.h
> tqslconvert.h)
> -install(TARGETS tqsllib DESTINATION lib$(LIB_SUFFIX))
> +install(TARGETS tqsllib DESTINATION lib${LIB_SUFFIX})
> install(FILES config.xml DESTINATION share/TrustedQSL)
> install(FILES ${HEADERS_TO_INSTALL} DESTINATION include)
> endif()
> --
> Daniel M. Weeks
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Trustedqsl-testing mailing list
> Tru...@li...
> https://lists.sourceforge.net/lists/listinfo/trustedqsl-testing
>
--
Rick Murphy, CISSP-ISSAP, K1MU/4, Annandale VA USA
|