[Pkg-gnupg-commit] [gpgme] 37/62: w32: Fix build of w32-glib
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Sat Nov 19 04:03:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gpgme.
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.
---
src/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git
More information about the Pkg-gnupg-commit
mailing list