From 874f12ea700cc5f7dd256856a78701c8b19e415d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 6 Dec 2000 12:17:10 +0000 Subject: Okay, it runs at least on Windows 95 --- Makefile.am | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1b9784b4..13cb7973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,18 @@ -EXTRA_DIST = README-alpha +EXTRA_DIST = README-alpha build-w32 -SUBDIRS = gpgme tests +if BUILD_BONOBO +bonobo = bonobo +else +bonobo = +endif +if BUILD_COMPLUS +complus = complus +else +complus = +endif + + +SUBDIRS = jnlib gpgme tests ${bonobo} ${complus} -- cgit v1.2.3