Commit b6d27703ba6536303517566783325d78d9f41f65

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

Fixing dependencies for static version (Windows only)

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