summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-04-22 11:52:13 +0200
committerWerner Koch <wk@gnupg.org>2010-04-22 11:52:13 +0200
commit2bb69bb80ba4710a4e7764c53f000f29c49a18fc (patch)
tree200b47563310c9f0e6510c50a717c6e73a2f5e8f /tools/Makefile.am
parentRe-indent and changed return type. (diff)
downloadgnupg2-2bb69bb80ba4710a4e7764c53f000f29c49a18fc.tar.xz
gnupg2-2bb69bb80ba4710a4e7764c53f000f29c49a18fc.zip
remove gpgtar
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b713ad54f..5c3766bcd 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -48,7 +48,7 @@ if !HAVE_W32_SYSTEM
bin_PROGRAMS += watchgnupg gpgparsemail
endif
if !HAVE_W32CE_SYSTEM
-bin_PROGRAMS += gpgkey2ssh gpgtar
+bin_PROGRAMS += gpgkey2ssh
endif
if !DISABLE_REGEX
@@ -114,14 +114,14 @@ gpg_check_pattern_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
endif
-gpgtar_SOURCES = \
- gpgtar.c gpgtar.h \
- gpgtar-create.c \
- gpgtar-extract.c \
- gpgtar-list.c \
- no-libgcrypt.c
-gpgtar_LDADD = $(common_libs)
-
+#gpgtar_SOURCES = \
+# gpgtar.c gpgtar.h \
+# gpgtar-create.c \
+# gpgtar-extract.c \
+# gpgtar-list.c \
+# no-libgcrypt.c
+#gpgtar_LDADD = $(common_libs)
+#
# Make sure that all libs are build before we use them. This is
# important for things like make -j2.