Qt: Fix library name in nodist variable

* lang/qt/Makefile.am (nodist_qgpgme_SOURCES): Change to real name.
This commit is contained in:
Andre Heinecke 2016-04-02 09:12:23 -08:00
parent a440050fc2
commit 576be46f34

View File

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