mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpg: Remove more or less useless tool gpgcompose.
* g10/gpgcompose.c: Remove -- This tool duplicated a lot of code and was hard to maintain. IIRC, it was part of some Univerity assignment and of no real use anymore.
This commit is contained in:
parent
3491faa3bb
commit
fde7d83357
@ -50,9 +50,6 @@ noinst_PROGRAMS = gpg
|
||||
if !HAVE_W32CE_SYSTEM
|
||||
noinst_PROGRAMS += gpgv
|
||||
endif
|
||||
#if MAINTAINER_MODE
|
||||
#noinst_PROGRAMS += gpgcompose
|
||||
#endif
|
||||
noinst_PROGRAMS += $(module_tests)
|
||||
if DISABLE_TESTS
|
||||
TESTS =
|
||||
@ -168,18 +165,10 @@ gpg_SOURCES = gpg.c \
|
||||
keyedit.c keyedit.h \
|
||||
$(gpg_sources)
|
||||
|
||||
#gpgcompose_SOURCES = gpgcompose.c $(gpg_sources)
|
||||
gpgv_SOURCES = gpgv.c \
|
||||
$(common_source) \
|
||||
verify.c
|
||||
|
||||
#gpgd_SOURCES = gpgd.c \
|
||||
# ks-proto.h \
|
||||
# ks-proto.c \
|
||||
# ks-db.c \
|
||||
# ks-db.h \
|
||||
# $(common_source)
|
||||
|
||||
LDADD = $(needed_libs) ../common/libgpgrl.a \
|
||||
$(ZLIBS) $(LIBINTL) $(CAPLIBS) $(NETLIBS)
|
||||
gpg_LDADD = $(LDADD) $(SQLITE3_LIBS) $(LIBGCRYPT_LIBS) $(LIBREADLINE) \
|
||||
@ -191,10 +180,6 @@ gpgv_LDADD = $(LDADD) $(LIBGCRYPT_LIBS) \
|
||||
$(LIBICONV) $(resource_objs) $(extra_sys_libs)
|
||||
gpgv_LDFLAGS = $(extra_bin_ldflags)
|
||||
|
||||
#gpgcompose_LDADD = $(LDADD) $(SQLITE3_LIBS) $(LIBGCRYPT_LIBS) $(LIBREADLINE) \
|
||||
# $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
|
||||
# $(LIBICONV) $(resource_objs) $(extra_sys_libs)
|
||||
#gpgcompose_LDFLAGS = $(extra_bin_ldflags)
|
||||
|
||||
t_common_ldadd =
|
||||
module_tests = t-rmd160 t-keydb t-keydb-get-keyblock t-stutter
|
||||
|
3113
g10/gpgcompose.c
3113
g10/gpgcompose.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user