diff --git a/Makefile.in b/Makefile.in index 463d623fdc..1802718852 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3499,7 +3499,8 @@ COND_TOOLKIT_OSX_COCOA_GUI_HDR = \ wx/osx/carbon/region.h \ wx/osx/carbon/statbmp.h \ wx/osx/carbon/uma.h \ - wx/generic/region.h + wx/generic/region.h \ + wx/osx/cocoa/stdpaths.h @COND_TOOLKIT_OSX_COCOA@GUI_HDR = $(COND_TOOLKIT_OSX_COCOA_GUI_HDR) COND_TOOLKIT_OSX_IPHONE_GUI_HDR = \ wx/html/webkit.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index bd3eedf063..1018d5eba6 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2520,6 +2520,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/cocoa/private.h $(OSX_CARBON_HDR) wx/generic/region.h + wx/osx/cocoa/stdpaths.h diff --git a/build/files b/build/files index e3574b558e..50b98fb473 100644 --- a/build/files +++ b/build/files @@ -2154,6 +2154,7 @@ OSX_COCOA_HDR = wx/osx/cocoa/chkconf.h wx/osx/cocoa/evtloop.h wx/osx/cocoa/private.h + wx/osx/cocoa/stdpaths.h $(OSX_CARBON_HDR) # FIXME: these headers need moved somewhere shared... wx/generic/region.h