diff options
| author | Andre Heinecke <[email protected]> | 2016-11-14 16:18:50 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2016-11-14 16:38:01 +0000 | 
| commit | b91c383386fe9eadd90afdb9bb1f8ec6c528173b (patch) | |
| tree | 265f6c5e6f65fff006607dd2f2193d8916ead16c /src | |
| parent | doc: Correct deftypefun for gpgme_op_decrypt_verify_start. (diff) | |
| download | gpgme-b91c383386fe9eadd90afdb9bb1f8ec6c528173b.tar.gz gpgme-b91c383386fe9eadd90afdb9bb1f8ec6c528173b.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index dfe480c9..71f2b3af 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 | 
