Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request calamares#2267 from udeved/headers-install-fix
Browse files Browse the repository at this point in the history
libcalamares: add compat and packages headers to be installed;
  • Loading branch information
adriaandegroot authored Jan 2, 2024
2 parents db47301 + 78eeb96 commit 437a30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcalamares/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ install(
DESTINATION include/libcalamares
)
# Install each subdir-worth of header files
foreach(subdir geoip locale modulesystem network partition utils)
foreach(subdir geoip locale modulesystem network partition utils compat packages)
file(GLOB subdir_headers "${subdir}/*.h")
install(FILES ${subdir_headers} DESTINATION include/libcalamares/${subdir})
endforeach()
Expand Down

0 comments on commit 437a30f

Please sign in to comment.