aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2007-09-07 19:38:50 +0000
committerMarcus Brinkmann <[email protected]>2007-09-07 19:38:50 +0000
commit414212ea5ebfa8a1f381e69c733aad303127410e (patch)
tree548b1454e92787ab9a8a26aebd3fe8bef9694e39 /gpgme/Makefile.am
parent2007-09-07 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-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.am2
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