EXTRA_DIST = README-alpha autogen.sh
+if BUILD_ASSUAN
+assuan = assuan
+else
+assuan =
+endif
+
if BUILD_BONOBO
bonobo = bonobo
else
bonobo =
endif
+
if BUILD_COMPLUS
complus = complus
else
complus =
endif
+if RUN_GPG_TESTS
+tests = tests
+else
+tests =
+endif
-SUBDIRS = jnlib gpgme tests doc ${bonobo} ${complus}
-
+if BUILD_GPGMEPLUG
+gpgmeplug = gpgmeplug
+else
+gpgmeplug =
+endif
+SUBDIRS = ${assuan} jnlib gpgme ${tests} doc ${bonobo} ${complus} ${gpgmeplug}