diff options
Diffstat (limited to 'trunk/complus/Makefile.am')
-rw-r--r-- | trunk/complus/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/trunk/complus/Makefile.am b/trunk/complus/Makefile.am index 8976cd80..bbae8d59 100644 --- a/trunk/complus/Makefile.am +++ b/trunk/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 |