diff options
| author | Werner Koch <[email protected]> | 2000-12-12 14:31:25 +0100 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2000-12-12 14:31:25 +0100 |
| commit | edcc338a593d703335a98f39a44ff26307927458 (patch) | |
| tree | 3ed5974c2f93de0b46c0962986e85efaeced38fa /complus/Makefile.am | |
| parent | Okay, it runs at least on Windows 95 (diff) | |
| download | gpgme-edcc338a593d703335a98f39a44ff26307927458.tar.gz gpgme-edcc338a593d703335a98f39a44ff26307927458.zip | |
Add a passphrase callback and minor changes to the interface
Diffstat (limited to 'complus/Makefile.am')
| -rw-r--r-- | complus/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/complus/Makefile.am b/complus/Makefile.am index 8976cd80..bbae8d59 100644 --- a/complus/Makefile.am +++ b/complus/Makefile.am @@ -1,12 +1,17 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = WINE-LICENSE WINE-AUTHORS + # No need to install this becuase we are cross-compiling anyway. -noinst_PROGRAMS = gpgme +noinst_PROGRAMS = gpgcom INCLUDES = -I$(top_srcdir)/jnlib LDADD = -L ../jnlib -ljnlib -gpgme_SOURCES = main.c main.h +comheaders = obj_base.h basetsd.h guiddef.h wtypes.h +gpgcom_SOURCES = main.c main.h \ + $(comheaders) \ + ignupg.c ignupg.h |
