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 --- bonobo/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bonobo/Makefile.am (limited to 'bonobo/Makefile.am') 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 + + + -- cgit v1.2.3