diff options
author | Vincent Richard <[email protected]> | 2011-06-24 15:46:23 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2011-06-24 15:46:23 +0000 |
commit | 72e6a18483fc891412a17b56e07f6951fbf01278 (patch) | |
tree | 80bb54484a622a2384fe33da4e7ec459e865d6fb | |
parent | Added support for mailboxes that specify an (encoded) full name with an empty... (diff) | |
download | vmime-72e6a18483fc891412a17b56e07f6951fbf01278.tar.gz vmime-72e6a18483fc891412a17b56e07f6951fbf01278.zip |
Added missing libs in pkg-config file.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1089,7 +1089,7 @@ def generateAutotools(target, source, env): vmime_pc_in.write("Description: " + packageDescription + "\n") vmime_pc_in.write("Version: @VERSION@\n") vmime_pc_in.write("Requires: @GSASL_REQUIRED@\n") - vmime_pc_in.write("Libs: -L${libdir} -l@GENERIC_VERSIONED_LIBRARY_NAME@ @GSASL_LIBS@ @LIBGNUTLS_LIBS@ @LIBICONV@ @PTHREAD_LIBS@ @VMIME_ADDITIONAL_PC_LIBS@\n") + vmime_pc_in.write("Libs: -L${libdir} -l@GENERIC_VERSIONED_LIBRARY_NAME@ @GSASL_LIBS@ @LIBGNUTLS_LIBS@ @LIBICONV@ @PTHREAD_LIBS@ @LIBICONV@ @PTHREAD_LIBS@ @VMIME_ADDITIONAL_PC_LIBS@\n") #vmime_pc_in.write("Cflags: -I${includedir}/@GENERIC_VERSIONED_LIBRARY_NAME@\n") vmime_pc_in.write("Cflags: -I${includedir}/ @LIBGNUTLS_CFLAGS@\n") vmime_pc_in.close() |