aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-11-01 09:13:49 +0000
committerAndre Heinecke <[email protected]>2016-11-01 09:18:02 +0000
commit567123de21247cab05762d799400739a12eb67ae (patch)
tree812d3653cfb4113c96df1302e93ef346e880abcd /lang/qt/src
parentpython: Use vanity modules for constants in tests and examples. (diff)
downloadgpgme-567123de21247cab05762d799400739a12eb67ae.tar.gz
gpgme-567123de21247cab05762d799400739a12eb67ae.zip
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.
Diffstat (limited to 'lang/qt/src')
-rw-r--r--lang/qt/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/Makefile.am b/lang/qt/src/Makefile.am
index 51fe314e..f7610fd6 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)