diff --git a/Makefile.in b/Makefile.in index 21414a648f..1956596a75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3029,6 +3029,7 @@ COND_TOOLKIT_OSX_CARBON_GUI_HDR = \ wx/osx/statusbr.h \ wx/osx/taskbarosx.h \ wx/osx/textctrl.h \ + wx/osx/textentry.h \ wx/osx/tglbtn.h \ wx/osx/toolbar.h \ wx/osx/tooltip.h \ @@ -3133,6 +3134,7 @@ COND_TOOLKIT_OSX_COCOA_GUI_HDR = \ wx/osx/statusbr.h \ wx/osx/taskbarosx.h \ wx/osx/textctrl.h \ + wx/osx/textentry.h \ wx/osx/tglbtn.h \ wx/osx/toolbar.h \ wx/osx/tooltip.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 5e6d7bb604..7adcb4670b 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2417,6 +2417,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/statusbr.h wx/osx/taskbarosx.h wx/osx/textctrl.h + wx/osx/textentry.h wx/osx/tglbtn.h wx/osx/toolbar.h wx/osx/tooltip.h