From 576be46f34b42e896a5e3be65560a4b518a758be Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Sat, 2 Apr 2016 09:12:23 -0800 Subject: [PATCH] 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 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 $@