[git] GPGME - branch, master, updated. gpgme-1.7.1-37-gb91c383

by Andre Heinecke cvs at cvs.gnupg.org
Mon Nov 14 17:38:15 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  b91c383386fe9eadd90afdb9bb1f8ec6c528173b (commit)
      from  16a30205064914eef578d84d07141b5d51d82838 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b91c383386fe9eadd90afdb9bb1f8ec6c528173b
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 14 17:18:50 2016 +0100

    w32: Fix build of w32-glib
    
    * src/Makefile.am (main_sources): Remove system_components_not_extra.
    (libgpgme_la_SOURCES): Add system_components_not_extra.
    (libgpgme_glib_la_SOURCES): Remove duplicated ath files.

diff --git a/src/Makefile.am b/src/Makefile.am
index dfe480c..71f2b3a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -87,12 +87,12 @@ main_sources =								\
 	gpgconf.c queryswdb.c						\
 	sema.h priv-io.h $(system_components) sys-util.h dirinfo.c	\
 	debug.c debug.h gpgme.c version.c error.c \
-	ath.h ath.c $(system_components_not_extra)
+	ath.h ath.c
 
-libgpgme_la_SOURCES = $(main_sources)
+libgpgme_la_SOURCES = $(main_sources) $(system_components_not_extra)
 
 if BUILD_W32_GLIB
-libgpgme_glib_la_SOURCES = $(main_sources) ath.h ath.c w32-glib-io.c
+libgpgme_glib_la_SOURCES = $(main_sources) w32-glib-io.c
 endif
 
 # We use a global CFLAGS setting for all library

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list