diff options
Diffstat (limited to 'bonobo/Makefile.am')
-rw-r--r-- | bonobo/Makefile.am | 11 |
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 + + + |