diff options
author | Andre Heinecke <[email protected]> | 2016-11-01 09:13:49 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-11-01 09:18:02 +0000 |
commit | 567123de21247cab05762d799400739a12eb67ae (patch) | |
tree | 812d3653cfb4113c96df1302e93ef346e880abcd /lang/cpp | |
parent | python: Use vanity modules for constants in tests and examples. (diff) | |
download | gpgme-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/cpp')
-rw-r--r-- | lang/cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am index 342bdf81..d1f414ed 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) |