2006-09-27 Marcus Brinkmann <marcus@g10code.de>

* Makefile.am: Fix cut & paste error.
This commit is contained in:
Marcus Brinkmann 2006-09-27 14:56:26 +00:00
parent 3377456252
commit 24a3607279
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2006-09-27 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Fix cut & paste error.
2006-09-25 Werner Koch <wk@g10code.com>
Released 1.9.90.

View File

@ -57,14 +57,14 @@ else
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