Qt: Fix library name in nodist variable
* lang/qt/Makefile.am (nodist_qgpgme_SOURCES): Change to real name.
This commit is contained in:
parent
a440050fc2
commit
576be46f34
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user