Commit f84e70e0de48ea66b79727aa3cb762fc87b0ff29
1 parent
14e51220
Exists in
master
and in
3 other branches
Atualizando geração do sdk.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
sdk/lib3270.pc.in
... | ... | @@ -6,10 +6,10 @@ includedir=@includedir@ |
6 | 6 | version_major=@PACKAGE_MAJOR_VERSION@ |
7 | 7 | version_minor=@PACKAGE_MINOR_VERSION@ |
8 | 8 | |
9 | -Name: lib3270 | |
10 | -Description: TN3270E Library calls used by @PACKAGE@ | |
9 | +Name: @PACKAGE_NAME@ | |
10 | +Description: @PACKAGE_DESCRIPTION@ | |
11 | 11 | Version: @PACKAGE_VERSION@ |
12 | -Libs: -L\@libdir@ -l3270 | |
12 | +Libs: -L\@libdir@ -l@LIB3270_NAME@ | |
13 | 13 | Libs.private: @LIBSSL_LIBS@ |
14 | 14 | Cflags: -I@includedir@ |
15 | 15 | ... | ... |