URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d54ab69ffd8f6f57dbdc89036de8a4485b9dbcd
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-1.8
Repository: wireshark
Commits:
6d54ab6 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Copy git-compare-abis from ge635d3f / master-1.10.
Have git-compare-abis build in a sub-sub-subdirectory.
We have a lot of relative includes which apparently weren't updated
correctly when we moved the gtk directory to ui/gtk. For example,
ui/gtk/about_dlg.c has
The Autotools Makefile adds "-I../.." to the include path, which means
we end up including the current, top-level version_info.h instead of the
one in the compare-abis build directory.
Change-Id: Ie9d35057fe14bcb75736b54b7efb5f0a8deda39a
Reviewed-on: https://code.wireshark.org/review/437
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 217293b Don't mix emem and glib memory and init routines.
adds 6d54ab6 Copy git-compare-abis from ge635d3f / master-1.10.
Summary of changes:
tools/git-compare-abis.sh | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)