diff options
author | Marcus Brinkmann <[email protected]> | 2007-09-07 19:38:50 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-09-07 19:38:50 +0000 |
commit | 414212ea5ebfa8a1f381e69c733aad303127410e (patch) | |
tree | 548b1454e92787ab9a8a26aebd3fe8bef9694e39 /gpgme/Makefile.am | |
parent | 2007-09-07 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-414212ea5ebfa8a1f381e69c733aad303127410e.tar.gz gpgme-414212ea5ebfa8a1f381e69c733aad303127410e.zip |
2007-09-07 Marcus Brinkmann <[email protected]>
* configure.ac: Work around for missing Qt cross compilation support.
Check for glib and qt only on w32 targets.
gpgme/
2007-09-07 Marcus Brinkmann <[email protected]>
* w32-qt-io.cpp (_gpgme_io_spawn): Fix several cast errors and typos.
* w32-io.c (_gpgme_io_write): Use TRACE_SYSRES instead of TRACE_SYS.
(libgpgme_qt_la_LIBADD): Add QT4_CORE_LIBS, not QT4_CORE_LIB.
Diffstat (limited to '')
-rw-r--r-- | gpgme/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/Makefile.am b/gpgme/Makefile.am index df233bba..8668b36e 100644 --- a/gpgme/Makefile.am +++ b/gpgme/Makefile.am @@ -208,7 +208,7 @@ libgpgme_qt_la_LDFLAGS = $(gpgme_res_ldflag) $(no_undefined) \ libgpgme_qt_la_DEPENDENCIES = $(assuan_libobjs) \ @LTLIBOBJS@ $(srcdir)/libgpgme.vers $(gpgme_deps) libgpgme_qt_la_LIBADD = $(assuan_libobjs) @LTLIBOBJS@ \ - @GPG_ERROR_LIBS@ @QT4_CORE_LIB@ @NETLIBS@ + @GPG_ERROR_LIBS@ @QT4_CORE_LIBS@ @NETLIBS@ endif status-table.h : gpgme.h |