[svn] GnuPG - r5317 - trunk/tools

svn author wk cvs at cvs.gnupg.org
Thu Apr 22 11:52:13 CEST 2010


Author: wk
Date: 2010-04-22 11:52:13 +0200 (Thu, 22 Apr 2010)
New Revision: 5317

Modified:
   trunk/tools/Makefile.am
Log:
remove gpgtar


Modified: trunk/tools/Makefile.am
===================================================================
--- trunk/tools/Makefile.am	2010-04-21 17:30:07 UTC (rev 5316)
+++ trunk/tools/Makefile.am	2010-04-22 09:52:13 UTC (rev 5317)
@@ -48,7 +48,7 @@
 bin_PROGRAMS += watchgnupg gpgparsemail
 endif
 if !HAVE_W32CE_SYSTEM
-bin_PROGRAMS += gpgkey2ssh gpgtar
+bin_PROGRAMS += gpgkey2ssh
 endif
 
 if !DISABLE_REGEX
@@ -114,15 +114,15 @@
                           $(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.
 $(PROGRAMS): $(common_libs) $(pwquery_libs) ../common/libgpgrl.a




More information about the Gnupg-commits mailing list