Commit 3de2daaae469ff4465dc129e6366867bf824f301
1 parent
ef766297
Exists in
master
and in
3 other branches
Adding product name in the lib3270 "pc" file.
Showing
3 changed files
with
7 additions
and
3 deletions
Show diff stats
sdk/lib3270-delayed.pc.in
... | ... | @@ -7,11 +7,12 @@ version_major=@PACKAGE_MAJOR_VERSION@ |
7 | 7 | version_minor=@PACKAGE_MINOR_VERSION@ |
8 | 8 | sdk_version=@LIB3270_SDK_VERSION@ |
9 | 9 | library_name=@LIB3270_NAME@ |
10 | +product_name=@PRODUCT_NAME@ | |
10 | 11 | |
11 | 12 | Name: @PACKAGE_NAME@ |
12 | 13 | Description: @PACKAGE_DESCRIPTION@ |
13 | 14 | Version: @PACKAGE_VERSION@ |
14 | -Libs: -L\@libdir@ -l@LIB3270_NAME@.delayed | |
15 | +Libs: -l@LIB3270_NAME@.delayed | |
15 | 16 | Libs.private: @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@ |
16 | 17 | Cflags: -DLIB3270_NAME=@LIB3270_NAME@ |
17 | 18 | ... | ... |
sdk/lib3270-static.pc.in
... | ... | @@ -6,10 +6,12 @@ includedir=@includedir@ |
6 | 6 | version_major=@PACKAGE_MAJOR_VERSION@ |
7 | 7 | version_minor=@PACKAGE_MINOR_VERSION@ |
8 | 8 | sdk_version=@LIB3270_SDK_VERSION@ |
9 | +library_name=@LIB3270_NAME@ | |
10 | +product_name=@PRODUCT_NAME@ | |
9 | 11 | |
10 | 12 | Name: @PACKAGE_NAME@-static |
11 | 13 | Description: @PACKAGE_DESCRIPTION@ (static library) |
12 | 14 | Version: @PACKAGE_VERSION@ |
13 | -Libs: -L\@libdir@ -l@LIB3270_NAME@.static @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@ | |
15 | +Libs: -l@LIB3270_NAME@.static @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@ | |
14 | 16 | Cflags: -DLIB3270_NAME=@LIB3270_NAME@ |
15 | 17 | ... | ... |
sdk/lib3270.pc.in
... | ... | @@ -7,11 +7,12 @@ version_major=@PACKAGE_MAJOR_VERSION@ |
7 | 7 | version_minor=@PACKAGE_MINOR_VERSION@ |
8 | 8 | sdk_version=@LIB3270_SDK_VERSION@ |
9 | 9 | library_name=@LIB3270_NAME@ |
10 | +product_name=@PRODUCT_NAME@ | |
10 | 11 | |
11 | 12 | Name: @PACKAGE_NAME@ |
12 | 13 | Description: @PACKAGE_DESCRIPTION@ |
13 | 14 | Version: @PACKAGE_VERSION@ |
14 | -Libs: -L\@libdir@ -l@LIB3270_NAME@ | |
15 | +Libs: -l@LIB3270_NAME@ | |
15 | 16 | Libs.private: @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@ |
16 | 17 | Cflags: -DLIB3270_NAME=@LIB3270_NAME@ |
17 | 18 | ... | ... |