aboutsummaryrefslogtreecommitdiffstats
path: root/complus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'complus/Makefile.am')
-rw-r--r--complus/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/complus/Makefile.am b/complus/Makefile.am
new file mode 100644
index 00000000..8976cd80
--- /dev/null
+++ b/complus/Makefile.am
@@ -0,0 +1,12 @@
+## Process this file with automake to produce Makefile.in
+
+# No need to install this becuase we are cross-compiling anyway.
+noinst_PROGRAMS = gpgme
+
+INCLUDES = -I$(top_srcdir)/jnlib
+LDADD = -L ../jnlib -ljnlib
+
+gpgme_SOURCES = main.c main.h
+
+
+