[Pkg-gnupg-commit] [gpgme] 42/412: Qt: Fix library name in nodist variable

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 576be46f34b42e896a5e3be65560a4b518a758be
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Sat Apr 2 09:12:23 2016 -0800

    Qt: Fix library name in nodist variable
    
    * lang/qt/Makefile.am (nodist_qgpgme_SOURCES): Change to real name.
---
 lang/qt/src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index a3f99a0..6435983 100644
--- a/lang/qt/src/Makefile.am
+++ b/lang/qt/src/Makefile.am
@@ -185,7 +185,7 @@ BUILT_SOURCES = $(qgpgme_moc_sources)
 
 CLEANFILES = $(qgpgme_moc_sources)
 
-nodist_qgpgme_SOURCES = $(qgpgme_moc_sources)
+nodist_libqgpgme_la_SOURCES = $(qgpgme_moc_sources)
 
 .h.moc:
 	$(MOC) `test -f '$<' || echo '$(srcdir)/'`$< -o $@

-- 
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