2000-10-27 18:03:15 +00:00
|
|
|
|
2000-12-29 10:34:34 +00:00
|
|
|
EXTRA_DIST = README-alpha autogen.sh
|
2000-10-27 18:03:15 +00:00
|
|
|
|
2000-12-06 12:17:10 +00:00
|
|
|
if BUILD_BONOBO
|
|
|
|
bonobo = bonobo
|
|
|
|
else
|
|
|
|
bonobo =
|
|
|
|
endif
|
|
|
|
if BUILD_COMPLUS
|
|
|
|
complus = complus
|
|
|
|
else
|
|
|
|
complus =
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
SUBDIRS = jnlib gpgme tests ${bonobo} ${complus}
|
2000-10-27 18:03:15 +00:00
|
|
|
|
|
|
|
|