qt, cpp: Add all generated files to cleanfiles
* cpp/src/Makefile.am (CLEANFILES), qt/src/Makefile.am (CLEANFILES): Add all generated files to cleanfiles.
This commit is contained in:
parent
627c5deed8
commit
8486f21342
@ -96,4 +96,5 @@ install-data-local: install-cmake-files
|
|||||||
|
|
||||||
uninstall-local: uninstall-cmake-files
|
uninstall-local: uninstall-cmake-files
|
||||||
|
|
||||||
CLEANFILES = GpgmeppConfig.cmake
|
CLEANFILES = GpgmeppConfig.cmake GpgmeppConfigVersion.cmake \
|
||||||
|
gpgmepp_version.h GpgmeppConfig.cmake.in
|
||||||
|
@ -253,7 +253,9 @@ uninstall-local: uninstall-cmake-files
|
|||||||
|
|
||||||
BUILT_SOURCES = $(qgpgme_moc_sources) $(camelcase_headers)
|
BUILT_SOURCES = $(qgpgme_moc_sources) $(camelcase_headers)
|
||||||
|
|
||||||
CLEANFILES = $(qgpgme_moc_sources) $(camelcase_headers) QGpgmeConfig.cmake
|
CLEANFILES = $(qgpgme_moc_sources) $(camelcase_headers) QGpgmeConfig.cmake \
|
||||||
|
qgpgme_version.h QGpgmeConfig.cmake.in \
|
||||||
|
QGpgmeConfigVersion.cmake
|
||||||
|
|
||||||
nodist_libqgpgme_la_SOURCES = $(qgpgme_moc_sources)
|
nodist_libqgpgme_la_SOURCES = $(qgpgme_moc_sources)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user