mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Remove dependency to simple-pwquery.
This commit is contained in:
parent
53c636c4c6
commit
08ee8adc45
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* Makefile.am (libexec_PROGRAMS) [W32CE]: Do not build
|
* Makefile.am (libexec_PROGRAMS) [W32CE]: Do not build
|
||||||
gpg-preset-passphrase for now.
|
gpg-preset-passphrase for now.
|
||||||
|
(pwquery_libs) [W32CE]: Set to empty.
|
||||||
|
|
||||||
* trustlist.c (read_one_trustfile): Use estream.
|
* trustlist.c (read_one_trustfile): Use estream.
|
||||||
|
|
||||||
|
@ -51,7 +51,11 @@ gpg_agent_SOURCES = \
|
|||||||
|
|
||||||
common_libs = $(libcommon) ../gl/libgnu.a
|
common_libs = $(libcommon) ../gl/libgnu.a
|
||||||
commonpth_libs = $(libcommonpth) ../gl/libgnu.a
|
commonpth_libs = $(libcommonpth) ../gl/libgnu.a
|
||||||
|
if HAVE_W32CE_SYSTEM
|
||||||
|
pwquery_libs =
|
||||||
|
else
|
||||||
pwquery_libs = ../common/libsimple-pwquery.a
|
pwquery_libs = ../common/libsimple-pwquery.a
|
||||||
|
endif
|
||||||
|
|
||||||
#if HAVE_W32_SYSTEM
|
#if HAVE_W32_SYSTEM
|
||||||
#.rc.o:
|
#.rc.o:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user