Commit 898cea22a1780efb602deee83497f08200d081c8
1 parent
f033473b
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
sdk/lib3270.pc.in
@@ -3,6 +3,9 @@ exec_prefix=@exec_prefix@ | @@ -3,6 +3,9 @@ exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | 3 | libdir=@libdir@ |
4 | includedir=@includedir@ | 4 | includedir=@includedir@ |
5 | 5 | ||
6 | +version_major=@PACKAGE_MAJOR_VERSION@ | ||
7 | +version_minor=@PACKAGE_MINOR_VERSION@ | ||
8 | + | ||
6 | Name: lib3270 | 9 | Name: lib3270 |
7 | Description: TN3270E Library calls used by @PACKAGE@ | 10 | Description: TN3270E Library calls used by @PACKAGE@ |
8 | Version: @PACKAGE_VERSION@ | 11 | Version: @PACKAGE_VERSION@ |
sdk/pw3270.pc.in
@@ -3,6 +3,10 @@ exec_prefix=@exec_prefix@ | @@ -3,6 +3,10 @@ exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | 3 | libdir=@libdir@ |
4 | includedir=@includedir@ | 4 | includedir=@includedir@ |
5 | 5 | ||
6 | +version_major=@PACKAGE_MAJOR_VERSION@ | ||
7 | +version_minor=@PACKAGE_MINOR_VERSION@ | ||
8 | +gtk_version=@GTK_MODVERSION@ | ||
9 | + | ||
6 | Name: @PACKAGE_TARNAME@ | 10 | Name: @PACKAGE_TARNAME@ |
7 | Description: @PACKAGE@ GTK widgets and support calls for plugin development | 11 | Description: @PACKAGE@ GTK widgets and support calls for plugin development |
8 | Version: @PACKAGE_VERSION@ | 12 | Version: @PACKAGE_VERSION@ |