aboutsummaryrefslogtreecommitdiffstats
path: root/bonobo/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 /bonobo/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 '')
-rw-r--r--bonobo/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/bonobo/Makefile.am b/bonobo/Makefile.am
new file mode 100644
index 00000000..48bc03e0
--- /dev/null
+++ b/bonobo/Makefile.am
@@ -0,0 +1,11 @@
+## Process this file with automake to produce Makefile.in
+
+bin_PROGRAMS = gpgme
+
+INCLUDES = -I$(top_srcdir)/jnlib
+LDADD = -L ../jnlib -ljnlib
+
+gpgme_SOURCES = main.c main.h
+
+
+