From 5f1c1e9eb6856c92bbba242f854baab18b9ff566 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Jun 2022 15:13:38 +0200 Subject: [PATCH] Add new wx/filedlgcustomize.h to the list of files Notably install it together with the other headers. Closes #22516. --- Makefile.in | 1 + build/bakefiles/files.bkl | 1 + build/cmake/files.cmake | 1 + build/files | 1 + 4 files changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 9c3919ffaa..65ee6e1817 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4063,6 +4063,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \ wx/generic/creddlgg.h \ wx/creddlg.h \ wx/bmpbndl.h \ + wx/filedlgcustomize.h \ $(LOWLEVEL_HDR) \ $(GUI_CORE_HEADERS) \ wx/mediactrl.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 0b16b7d632..5007c6ab97 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1310,6 +1310,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/creddlgg.h wx/creddlg.h wx/bmpbndl.h + wx/filedlgcustomize.h diff --git a/build/cmake/files.cmake b/build/cmake/files.cmake index 8c9bcf58b5..0b5ea94dcf 100644 --- a/build/cmake/files.cmake +++ b/build/cmake/files.cmake @@ -1213,6 +1213,7 @@ set(GUI_CMN_HDR wx/generic/creddlgg.h wx/generic/animate.h wx/bmpbndl.h + wx/filedlgcustomize.h ) set(UNIX_SRC diff --git a/build/files b/build/files index ca7e119b61..e918da31ba 100644 --- a/build/files +++ b/build/files @@ -1017,6 +1017,7 @@ GUI_CMN_HDR = wx/fdrepdlg.h wx/filectrl.h wx/filedlg.h + wx/filedlgcustomize.h wx/filehistory.h wx/filepicker.h wx/fmappriv.h -- 2.36.1