forked from rpm-software-management/dnf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename LIBDNF/LIBDNF5 in Cmake files
- Loading branch information
Showing
21 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
message("Building bindings for go: libdnf") | ||
message("Building bindings for go: libdnf5") | ||
|
||
|
||
foreach(MODULE_NAME ${SWIG_LIBDNF_MODULES}) | ||
foreach(MODULE_NAME ${SWIG_LIBDNF5_MODULES}) | ||
add_go_module(libdnf5 ${MODULE_NAME}) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() | ||
|
||
|
||
message("Building bindings for go: libdnf_cli") | ||
message("Building bindings for go: libdnf5_cli") | ||
|
||
|
||
foreach(MODULE_NAME ${SWIG_LIBDNF_CLI_MODULES}) | ||
foreach(MODULE_NAME ${SWIG_LIBDNF5_CLI_MODULES}) | ||
add_go_module(libdnf5_cli ${MODULE_NAME}) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
message("Building bindings for perl5: libdnf") | ||
message("Building bindings for perl5: libdnf5") | ||
|
||
|
||
foreach(MODULE_NAME ${SWIG_LIBDNF_MODULES}) | ||
foreach(MODULE_NAME ${SWIG_LIBDNF5_MODULES}) | ||
add_perl5_module(libdnf5 ${MODULE_NAME}) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() | ||
|
||
|
||
message("Building bindings for perl5: libdnf_cli") | ||
message("Building bindings for perl5: libdnf5_cli") | ||
|
||
|
||
foreach(MODULE_NAME ${SWIG_LIBDNF_CLI_MODULES}) | ||
foreach(MODULE_NAME ${SWIG_LIBDNF5_CLI_MODULES}) | ||
add_perl5_module(libdnf5_cli ${MODULE_NAME}) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
message("Building bindings for ruby: libdnf") | ||
message("Building bindings for ruby: libdnf5") | ||
|
||
|
||
foreach(MODULE_NAME ${SWIG_LIBDNF_MODULES}) | ||
foreach(MODULE_NAME ${SWIG_LIBDNF5_MODULES}) | ||
add_ruby_module(libdnf5 ${MODULE_NAME}) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() | ||
|
||
|
||
message("Building bindings for ruby: libdnf_cli") | ||
message("Building bindings for ruby: libdnf5_cli") | ||
|
||
|
||
foreach(MODULE_NAME ${SWIG_LIBDNF_CLI_MODULES}) | ||
foreach(MODULE_NAME ${SWIG_LIBDNF5_CLI_MODULES}) | ||
add_ruby_module(libdnf5_cli ${MODULE_NAME}) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
if(NOT WITH_LIBDNF_CLI) | ||
if(NOT WITH_LIBDNF5_CLI) | ||
return() | ||
endif() | ||
|
||
|