1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-10 21:38:50 +01:00

remove gpgtar

This commit is contained in:
Werner Koch 2010-04-22 09:52:13 +00:00
parent ac823ac671
commit 2bb69bb80b

View File

@ -48,7 +48,7 @@ if !HAVE_W32_SYSTEM
bin_PROGRAMS += watchgnupg gpgparsemail bin_PROGRAMS += watchgnupg gpgparsemail
endif endif
if !HAVE_W32CE_SYSTEM if !HAVE_W32CE_SYSTEM
bin_PROGRAMS += gpgkey2ssh gpgtar bin_PROGRAMS += gpgkey2ssh
endif endif
if !DISABLE_REGEX if !DISABLE_REGEX
@ -114,14 +114,14 @@ gpg_check_pattern_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(LIBICONV) $(W32SOCKLIBS) $(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
endif endif
gpgtar_SOURCES = \ #gpgtar_SOURCES = \
gpgtar.c gpgtar.h \ # gpgtar.c gpgtar.h \
gpgtar-create.c \ # gpgtar-create.c \
gpgtar-extract.c \ # gpgtar-extract.c \
gpgtar-list.c \ # gpgtar-list.c \
no-libgcrypt.c # no-libgcrypt.c
gpgtar_LDADD = $(common_libs) #gpgtar_LDADD = $(common_libs)
#
# Make sure that all libs are build before we use them. This is # Make sure that all libs are build before we use them. This is
# important for things like make -j2. # important for things like make -j2.