commit 96e4083cd8f5779361924856701502a4b9ffc779
Author: david.sorber <david.sorber@gmail.com>
Date:   Sun Nov 2 10:29:09 2025 -0500

    Correct installation of static library.

diff --git a/software/libpackjpg/lib_src/CMakeLists.txt b/software/libpackjpg/lib_src/CMakeLists.txt
index ad1bdcd..477722b 100644
--- a/software/libpackjpg/lib_src/CMakeLists.txt
+++ b/software/libpackjpg/lib_src/CMakeLists.txt
@@ -177,7 +177,7 @@ INSTALL(FILES "packjpg.h" DESTINATION "usr/include")
 ADD_LIBRARY(packjpg_static STATIC ${packjpg_sources})
 SET_TARGET_PROPERTIES(packjpg_static PROPERTIES OUTPUT_NAME "packjpg")
 
-INSTALL(TARGETS packjpg
+INSTALL(TARGETS packjpg_static
         LIBRARY DESTINATION ${LIBRARY_INSTALL_PATH})
 
 INSTALL(FILES "packjpg.h" DESTINATION "usr/include")
