diff options
author | Andre Heinecke <[email protected]> | 2016-05-10 13:05:11 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-05-10 13:09:12 +0000 |
commit | c303292aca26c43b6efe98719edb3ff7b2d6665d (patch) | |
tree | 9a3ae330c61e64987bef224bb0846fa0e47e679d /lang/qt | |
parent | Qt: Fix unkonwn doxygen keyword warnings (diff) | |
download | gpgmepp.tar.gz gpgmepp.zip |
Qt / Cpp: Fix make distgpgmepp
* lang/cpp/src/Makefile.am (EXTRA_DIST): Fix typo.
(private_gpgmepp_headers): New. Private headers.
(libgpgmepp_la_SOURCES): Add private headers.
* lang/qt/src/Makefile.am (t_keylist_SOURCES): Remove non existent
header.
Diffstat (limited to 'lang/qt')
-rw-r--r-- | lang/qt/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index def50c86..6da9d29c 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -46,7 +46,7 @@ check-local: ./pubring-stamp # add this dependency: initial.test : check-local -t_keylist_SOURCES = t-keylist.cpp t-keylist.h +t_keylist_SOURCES = t-keylist.cpp nodist_t_keylist_SOURCES = $(moc_files) |