diff options
author | Marcus Brinkmann <[email protected]> | 2011-05-06 15:07:35 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2011-05-06 15:07:35 +0000 |
commit | 90bdbd4aaa29c2618d428273298f1510fe38da17 (patch) | |
tree | e5c1d77fced0f30406b5f37486c85f82296cde33 /Makefile.am | |
parent | Remove complus (10 years unused). (diff) | |
download | gpgme-90bdbd4aaa29c2618d428273298f1510fe38da17.tar.gz gpgme-90bdbd4aaa29c2618d428273298f1510fe38da17.zip |
Remove complus support.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index cc619f77..fb068670 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. |