Commit 30b43c4aa34d5fec40055f40ad3d66f6bcc55c0b

Authored by Perry Werneck
1 parent fbc7dfc0
Exists in master and in 1 other branch develop

Setting product name on the ".pc" file.

client/sdk/ipc3270-static.pc.in
... ... @@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@
3 3 libdir=@libdir@
4 4 includedir=@includedir@
5 5  
  6 +product_name=@PRODUCT_NAME@
  7 +
6 8 Name: @PACKAGE_NAME@-static
7 9 Description: @PACKAGE_DESCRIPTION@ (static library)
8 10 Version: @PACKAGE_VERSION@
... ...
client/sdk/ipc3270.pc.in
... ... @@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@
3 3 libdir=@libdir@
4 4 includedir=@includedir@
5 5  
  6 +product_name=@PRODUCT_NAME@
  7 +
6 8 Name: @PACKAGE_NAME@
7 9 Description: @PACKAGE_DESCRIPTION@
8 10 Version: @PACKAGE_VERSION@
... ...