Remove complus support.
This commit is contained in:
parent
f1ea0d9e38
commit
90bdbd4aaa
@ -1,5 +1,7 @@
|
|||||||
2011-05-06 Marcus Brinkmann <marcus@g10code.com>
|
2011-05-06 Marcus Brinkmann <marcus@g10code.com>
|
||||||
|
|
||||||
|
* Makefile.am (SUBDIRS): Remove complus.
|
||||||
|
|
||||||
* configure.ac (AC_CONFIG_FILES): Remove complus/Makefile.
|
* configure.ac (AC_CONFIG_FILES): Remove complus/Makefile.
|
||||||
(BUILD_COMPLUS): Remove AM_CONDITIONAL.
|
(BUILD_COMPLUS): Remove AM_CONDITIONAL.
|
||||||
* complus/: Remove very old and stale component.
|
* complus/: Remove very old and stale component.
|
||||||
|
@ -27,19 +27,13 @@ DISTCHECK_CONFIGURE_FLAGS = --with-gpg="@GPG@"
|
|||||||
EXTRA_DIST = gpgme.spec.in autogen.sh
|
EXTRA_DIST = gpgme.spec.in autogen.sh
|
||||||
|
|
||||||
|
|
||||||
if BUILD_COMPLUS
|
|
||||||
complus = complus
|
|
||||||
else
|
|
||||||
complus =
|
|
||||||
endif
|
|
||||||
|
|
||||||
if RUN_GPG_TESTS
|
if RUN_GPG_TESTS
|
||||||
tests = tests
|
tests = tests
|
||||||
else
|
else
|
||||||
tests =
|
tests =
|
||||||
endif
|
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
|
# Fix the version of the spec file and create a file named VERSION
|
||||||
# to be used for patch's Prereq: feature.
|
# to be used for patch's Prereq: feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user