From 535b73c1f1b9e1f79f66df7886cb4152b5136916 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 15 Oct 2015 22:09:10 +0200 Subject: [PATCH] Install new wx/osx/cocoa/stdpaths.h header Add this header, new since 0938141f3ec4c64d6a44e9224942d7d1b33528f9 (see https://github.com/wxWidgets/wxWidgets/pull/89), to the files list and update the makefile. Closes #17208. --- Makefile.in | 3 ++- build/bakefiles/files.bkl | 1 + build/files | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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