diff options
| author | Ingo Klöcker <[email protected]> | 2024-07-18 14:16:33 +0000 | 
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2024-07-18 14:16:33 +0000 | 
| commit | 9ab2ce36f9b9f510d58c2dd9946cd360c963976b (patch) | |
| tree | 5a246bc24c5843b6b43e10b688e52cfabf3f3d3f | |
| parent | core: Remove obsolete source files (diff) | |
| download | gpgme-9ab2ce36f9b9f510d58c2dd9946cd360c963976b.tar.gz gpgme-9ab2ce36f9b9f510d58c2dd9946cd360c963976b.zip | |
build,qt: Don't put generated camel-case headers in tarball
* lang/qt/src/Makefile.am: Change camelcase5include_HEADERS to
nodist_camelcase5include_HEADERS. Change camelcase6include_HEADERS to
nodist_camelcase6include_HEADERS.
--
Diffstat (limited to '')
| -rw-r--r-- | lang/qt/src/Makefile.am | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am index eb7ff948..881e8827 100644 --- a/lang/qt/src/Makefile.am +++ b/lang/qt/src/Makefile.am @@ -326,7 +326,7 @@ qgpgme5includedir = $(includedir)/$(includeprefix5)/qgpgme  qgpgme5include_HEADERS = $(qgpgme_headers)  nodist_qgpgme5include_HEADERS = qgpgme_version.h  camelcase5includedir = $(includedir)/$(includeprefix5)/QGpgME -camelcase5include_HEADERS = $(camelcase_headers) +nodist_camelcase5include_HEADERS = $(camelcase_headers)  endif  if WANT_QT6  includeprefix6 = qgpgme-qt6 @@ -334,7 +334,7 @@ qgpgme6includedir = $(includedir)/$(includeprefix6)/qgpgme  qgpgme6include_HEADERS = $(qgpgme_headers)  nodist_qgpgme6include_HEADERS = qgpgme_version.h  camelcase6includedir = $(includedir)/$(includeprefix6)/QGpgME -camelcase6include_HEADERS = $(camelcase_headers) +nodist_camelcase6include_HEADERS = $(camelcase_headers)  endif  # generate the moc files in two steps: | 
