Skip to content

Commit

Permalink
Merge branch 'vmware:dev' into iss34-CheckAvailCacheSizeForDownload
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonsn authored Jul 11, 2022
2 parents c1b65b8 + 895d348 commit 8934dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

include_directories(${CMAKE_SOURCE_DIR}/include)

add_library(${LIB_TDNF_COMMON}
add_library(${LIB_TDNF_COMMON} STATIC
configreader.c
memory.c
setopt.c
Expand Down
2 changes: 1 addition & 1 deletion history/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# of the License are located in the COPYING file of this distribution.
#

add_library(${LIB_TDNF_HISTORY}
add_library(${LIB_TDNF_HISTORY} STATIC
history.c
)
2 changes: 1 addition & 1 deletion jsondump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_executable(${TDNF_JSON_BIN}
test.c
)

add_library(${LIB_TDNF_JSONDUMP}
add_library(${LIB_TDNF_JSONDUMP} STATIC
jsondump.c
)

Expand Down
2 changes: 1 addition & 1 deletion solv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

include_directories(${CMAKE_SOURCE_DIR}/include)

add_library(${LIB_TDNF_SOLV}
add_library(${LIB_TDNF_SOLV} STATIC
tdnfpackage.c
tdnfpool.c
tdnfquery.c
Expand Down

0 comments on commit 8934dbc

Please sign in to comment.