From: Vadim Zeitlin Date: Tue, 12 Jan 2010 15:47:07 +0000 (+0000) Subject: Add wx/osx/textentry.h to the list of OS X headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a7bb4dcb492a115cef8140cc3340dbbaef9e2f58?hp=c8fdb345a0467b910260af935353b360bfcbd4f0 Add wx/osx/textentry.h to the list of OS X headers. Fix problem with "make install" which didn't install this header. Closes #11624. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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