From: Robin Dunn Date: Sat, 6 Jan 2007 19:44:28 +0000 (+0000) Subject: Add dependency on tabmdi.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3d7a1b394baa3255d084c877b5caae4b29720a12 Add dependency on tabmdi.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/setup.py b/wxPython/setup.py index bde1e26151..6413627345 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -508,6 +508,7 @@ swig_sources = run_swig(['aui.i'], 'src', GENDIR, PKGDIR, opj(WXDIR, 'include/wx/aui/floatpane.h'), opj(WXDIR, 'include/wx/aui/dockart.h'), opj(WXDIR, 'include/wx/aui/auibook.h'), + opj(WXDIR, 'include/wx/aui/tabmdi.h'), ]) if not MONOLITHIC and findLib('aui', libdirs): auiLib = makeLibName('aui')