pinentry/qt (Makefile.am)
[email protected] Fri, 30 Jul 2004 13:33:50 +0200
| Newsgroups | gmane.comp.encryption.gpg.aegypten.cvs |
|---|---|
| Message-ID | <[email protected]> |
Date: Friday, July 30, 2004 @ 13:33:50
Author: mo
Path: /cvs/aegypten/pinentry/qt
Modified: Makefile.am
2004-07-30 Moritz Schulte <[email protected]>
* qt/Makefile.am (ncurses_include): Removed
-I$(top_srcdir)/pinentry ...
(AM_CPPFLAGS): ... added: -I$(top_srcdir)/pinentry. Thanks to
Peter Eisentraut.
* pinentry/pinentry.c (pinentry_utf8_to_local): Declare INPUT
const.
(pinentry_local_to_utf8): Likewise.
(pinentry_utf8_to_local, pinentry_local_to_utf8): Compile only, if
either Curses or GTK+ support is enabled.
* configure.ac: Do also check for libiconv when the GTK+ version
of pinentry is to be build. Define PINENTRY_CURSES, PINENTRY_GTK,
PINENTRY_QT depending on which versions of pinentry should be
build.
-------------+
Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)