From 72c47669ab75085911da5cb7032d178f43f3996f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Jan 2016 13:26:26 +0100 Subject: [PATCH] Add wx/generic/collheaderctrl.h to the list of GUI headers This file is used by the public wx/collheaderctrl.h but wasn't previously installed, breaking the build of any code including that header under Unix. Closes #17309. --- Makefile.in | 1 + build/bakefiles/files.bkl | 1 + build/files | 1 + 3 files changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index ecc84c38f1..a1773ceaff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4114,6 +4114,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \ wx/xrc/xmlreshandler.h \ wx/systhemectrl.h \ wx/collheaderctrl.h \ + wx/generic/collheaderctrl.h \ $(LOWLEVEL_HDR) \ $(GUI_CORE_HEADERS) \ $(ADVANCED_HDR) \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 7447df22b1..2a1b355546 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1181,6 +1181,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/xrc/xmlreshandler.h wx/systhemectrl.h wx/collheaderctrl.h + wx/generic/collheaderctrl.h diff --git a/build/files b/build/files index 43ba2dc181..a6ee5e7b31 100644 --- a/build/files +++ b/build/files @@ -698,6 +698,7 @@ GUI_CMN_HDR = wx/generic/accel.h wx/generic/buttonbar.h wx/generic/choicdgg.h + wx/generic/collheaderctrl.h wx/generic/combo.h wx/generic/custombgwin.h wx/generic/dcpsg.h