gpgme/Makefile.am

19 lines
201 B
Makefile
Raw Normal View History

2000-10-27 18:03:15 +00:00
2000-12-06 12:17:10 +00:00
EXTRA_DIST = README-alpha build-w32
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