Commit 2aea093d2eabc922fad57ce35b41a6c85a558b5b

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

Fixing static library build parameters.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
client/sdk/ipc3270-static.pc.in
@@ -8,7 +8,7 @@ product_name=@PRODUCT_NAME@ @@ -8,7 +8,7 @@ product_name=@PRODUCT_NAME@
8 Name: @PACKAGE_NAME@-static 8 Name: @PACKAGE_NAME@-static
9 Description: @PACKAGE_DESCRIPTION@ (static library) 9 Description: @PACKAGE_DESCRIPTION@ (static library)
10 Version: @PACKAGE_VERSION@ 10 Version: @PACKAGE_VERSION@
11 -Libs: -lipc3270.static @LIB3270_LIBS@ @STATIC_LIBS@ @DBUS_LIBS@ @LIBS@ @LIBICONV@ @INTL_LIBS@ 11 +Libs: -lipc3270.static @LIBS@ @LIB3270_LIBS@ @DBUS_LIBS@ @LIBICONV@ @INTL_LIBS@
12 Cflags: -I@includedir@ 12 Cflags: -I@includedir@
13 13
14 14