diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index ae98909e0..ecc325797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,11 +54,6 @@ scd = scd else scd = endif -#if BUILD_G13 -#g13 = g13 -#else -#g13 = -#endif if BUILD_TOOLS tools = tools else @@ -77,7 +72,7 @@ tests = tests endif SUBDIRS = m4 gl include jnlib common ${kbx} \ - ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${tools} po ${doc} ${tests} + ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests} dist_doc_DATA = README |