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 | 3 | libdir=@libdir@ |
4 | 4 | includedir=@includedir@ |
5 | 5 | |
6 | +version_major=@PACKAGE_MAJOR_VERSION@ | |
7 | +version_minor=@PACKAGE_MINOR_VERSION@ | |
8 | + | |
6 | 9 | Name: lib3270 |
7 | 10 | Description: TN3270E Library calls used by @PACKAGE@ |
8 | 11 | Version: @PACKAGE_VERSION@ | ... | ... |
sdk/pw3270.pc.in
... | ... | @@ -3,6 +3,10 @@ exec_prefix=@exec_prefix@ |
3 | 3 | libdir=@libdir@ |
4 | 4 | includedir=@includedir@ |
5 | 5 | |
6 | +version_major=@PACKAGE_MAJOR_VERSION@ | |
7 | +version_minor=@PACKAGE_MINOR_VERSION@ | |
8 | +gtk_version=@GTK_MODVERSION@ | |
9 | + | |
6 | 10 | Name: @PACKAGE_TARNAME@ |
7 | 11 | Description: @PACKAGE@ GTK widgets and support calls for plugin development |
8 | 12 | Version: @PACKAGE_VERSION@ | ... | ... |