From 90bdbd4aaa29c2618d428273298f1510fe38da17 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 6 May 2011 17:07:35 +0200 Subject: [PATCH] Remove complus support. --- ChangeLog | 2 ++ Makefile.am | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 852a045..f5eefa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-05-06 Marcus Brinkmann + * Makefile.am (SUBDIRS): Remove complus. + * configure.ac (AC_CONFIG_FILES): Remove complus/Makefile. (BUILD_COMPLUS): Remove AM_CONDITIONAL. * complus/: Remove very old and stale component. diff --git a/Makefile.am b/Makefile.am index cc619f7..fb06867 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,19 +27,13 @@ DISTCHECK_CONFIGURE_FLAGS = --with-gpg="@GPG@" EXTRA_DIST = gpgme.spec.in autogen.sh -if BUILD_COMPLUS -complus = complus -else -complus = -endif - if RUN_GPG_TESTS tests = tests else tests = endif -SUBDIRS = src ${tests} doc ${complus} lang +SUBDIRS = src ${tests} doc lang # Fix the version of the spec file and create a file named VERSION # to be used for patch's Prereq: feature. -- 2.26.2