Skip to content

Commit

Permalink
installing pkgconfig files for client only build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 7, 2024
1 parent a30d89f commit 1f5202a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ foreach( PKGCONFIG_FILE ${PKGCONFIG_FILES} )
)
endforeach()

install(
DIRECTORY
${CMAKE_BINARY_DIR}/lib/pkgconfig
DESTINATION lib
)

find_program( XINETD_EXE xinetd PATHS /usr/sbin/ /usr/local/sbin/ )

configure_file(
Expand Down
6 changes: 0 additions & 6 deletions source/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,6 @@ install(
DESTINATION etc
)

install(
DIRECTORY
${CMAKE_BINARY_DIR}/lib/pkgconfig
DESTINATION lib
)

install(
DIRECTORY
${CMAKE_SOURCE_DIR}/source/etc/machine.d
Expand Down

0 comments on commit 1f5202a

Please sign in to comment.