[Pkg-gnupg-commit] [gpgme] 08/62: qt, cpp: Install version headers in subdirs

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Nov 19 04:03:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 567123de21247cab05762d799400739a12eb67ae
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Nov 1 10:13:49 2016 +0100

    qt, cpp: Install version headers in subdirs
    
    * lang/cpp/src/Makefile.am,
    lang/qt/src/Makefile.am: Install version headers in include
    subdirs.
    
    --
    This change was requested on the gnupg-devel mailing list to
    avoid placing these headers into the top level include directories.
    There is currently no known user of these headers so changing it
    now should not break things downstream.
---
 lang/cpp/src/Makefile.am | 2 +-
 lang/qt/src/Makefile.am  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am
index 342bdf8..d1f414e 100644
--- a/lang/cpp/src/Makefile.am
+++ b/lang/cpp/src/Makefile.am
@@ -57,7 +57,7 @@ interface_headers= \
 gpgmeppincludedir = $(includedir)/gpgme++
 gpgmeppinclude_HEADERS = $(gpgmepp_headers)
 nobase_gpgmeppinclude_HEADERS = $(interface_headers)
-nodist_include_HEADERS = gpgmepp_version.h
+nodist_gpgmeppinclude_HEADERS = gpgmepp_version.h
 
 libgpgmepp_la_SOURCES = $(main_sources) $(gpgmepp_headers) context_vanilla.cpp \
                         $(interface_headers) $(private_gpgmepp_headers)
diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index 51fe314..f7610fd 100644
--- a/lang/qt/src/Makefile.am
+++ b/lang/qt/src/Makefile.am
@@ -203,7 +203,7 @@ qgpgmeincludedir = $(includedir)/qgpgme
 qgpgmeinclude_HEADERS = $(qgpgme_headers)
 camelcaseincludedir = $(includedir)/QGpgME
 camelcaseinclude_HEADERS = $(camelcase_headers)
-nodist_include_HEADERS = qgpgme_version.h
+nodist_qgpgmeinclude_HEADERS = qgpgme_version.h
 
 libqgpgme_la_SOURCES = $(qgpgme_sources) $(qgpgme_headers) $(private_qgpgme_headers)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list