Commit 6c45fa4420458d2b6d11503b0c181af115285afe

Authored by Perry Werneck
1 parent 395ae012

Fixing package build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
sdk/lib3270-static.pc.in
... ... @@ -10,6 +10,6 @@ sdk_version=@LIB3270_SDK_VERSION@
10 10 Name: @PACKAGE_NAME@-static
11 11 Description: @PACKAGE_DESCRIPTION@ (static library)
12 12 Version: @PACKAGE_VERSION@
13   -Libs: -L\@libdir@ -l@LIB3270_NAME@-static @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@
  13 +Libs: -L\@libdir@ -l@LIB3270_NAME@.static @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@
14 14 Cflags: -I@includedir@
15 15  
... ...