aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-04-02 17:12:23 +0000
committerAndre Heinecke <[email protected]>2016-04-02 17:12:23 +0000
commit576be46f34b42e896a5e3be65560a4b518a758be (patch)
tree8bf01437ec7a1484b2ce6dd5b8adf865105dc73b
parentAdd missing files to QGpgME (diff)
downloadgpgme-576be46f34b42e896a5e3be65560a4b518a758be.tar.gz
gpgme-576be46f34b42e896a5e3be65560a4b518a758be.zip
Qt: Fix library name in nodist variable
* lang/qt/Makefile.am (nodist_qgpgme_SOURCES): Change to real name.
-rw-r--r--lang/qt/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index a3f99a07..64359832 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 $@