diff options
| author | Werner Koch <[email protected]> | 2000-12-06 12:17:10 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2000-12-06 12:17:10 +0000 |
| commit | 874f12ea700cc5f7dd256856a78701c8b19e415d (patch) | |
| tree | 4c3473c4d5c275f4a6f07c77ae3b140fb139aabd /complus/Makefile.am | |
| parent | Now we are able to compile the W32 stuff - don't now whether it works; I have (diff) | |
| download | gpgme-874f12ea700cc5f7dd256856a78701c8b19e415d.tar.gz gpgme-874f12ea700cc5f7dd256856a78701c8b19e415d.zip | |
Okay, it runs at least on Windows 95
Diffstat (limited to 'complus/Makefile.am')
| -rw-r--r-- | complus/Makefile.am | 12 |
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 + + + |
