aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-12-06 12:17:10 +0000
committerWerner Koch <[email protected]>2000-12-06 12:17:10 +0000
commit874f12ea700cc5f7dd256856a78701c8b19e415d (patch)
tree4c3473c4d5c275f4a6f07c77ae3b140fb139aabd /Makefile.am
parentNow we are able to compile the W32 stuff - don't now whether it works; I have (diff)
downloadgpgme-874f12ea700cc5f7dd256856a78701c8b19e415d.tar.gz
gpgme-874f12ea700cc5f7dd256856a78701c8b19e415d.zip
Okay, it runs at least on Windows 95
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 14 insertions, 2 deletions
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}