[svn] GnuPG - r4272 - trunk
svn author marcus
cvs at cvs.gnupg.org
Wed Sep 27 16:56:27 CEST 2006
Author: marcus
Date: 2006-09-27 16:56:26 +0200 (Wed, 27 Sep 2006)
New Revision: 4272
Modified:
trunk/ChangeLog
trunk/Makefile.am
Log:
2006-09-27 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am: Fix cut & paste error.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-09-27 13:58:13 UTC (rev 4271)
+++ trunk/ChangeLog 2006-09-27 14:56:26 UTC (rev 4272)
@@ -1,3 +1,7 @@
+2006-09-27 Marcus Brinkmann <marcus at g10code.de>
+
+ * Makefile.am: Fix cut & paste error.
+
2006-09-25 Werner Koch <wk at g10code.com>
Released 1.9.90.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2006-09-27 13:58:13 UTC (rev 4271)
+++ trunk/Makefile.am 2006-09-27 14:56:26 UTC (rev 4272)
@@ -57,14 +57,14 @@
scd =
endif
if BUILD_TOOLS
-scd = tools
+tools = tools
else
-scd =
+tools =
endif
if BUILD_DOC
-scd = doc
+doc = doc
else
-scd =
+doc =
endif
if HAVE_W32_SYSTEM
More information about the Gnupg-commits
mailing list