debian: config.h is not a public header

The configuration of the build machine is not part of our public
API. 'config.h' must not be installed with system headers,
otherwise it generates all sorts of collisions and generally makes
life unpleasant.
This commit is contained in:
João Valverde 2021-03-04 09:49:18 +00:00 committed by Wireshark GitLab Utility
parent 1796053491
commit 4628a60740
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <wireshark/config.h>
#include <epan/stats_tree.h>
#include <epan/packet.h>
#include <epan/prefs.h>

View File

@ -1,6 +1,5 @@
usr/lib/*/libwireshark.so
usr/lib/*/pkgconfig/wireshark.pc
obj-*/config.h usr/include/wireshark
epan/register.h usr/include/wireshark
epan/stat_groups.h usr/include/wireshark
epan/*.h usr/include/wireshark/epan