From 3a571037fe22221a1d46133c2c0889eed87e9194 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 25 Sep 2008 01:53:43 +0000 Subject: [PATCH] Install kbdstate.h and mousestate.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 4 ++++ build/bakefiles/files.bkl | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index 4abe7f6053..9756a90fec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -366,6 +366,7 @@ ALL_BASE_HEADERS = \ wx/ioswrap.h \ wx/ipc.h \ wx/ipcbase.h \ + wx/kbdstate.h \ wx/link.h \ wx/list.h \ wx/listimpl.cpp \ @@ -377,6 +378,7 @@ ALL_BASE_HEADERS = \ wx/memtext.h \ wx/mimetype.h \ wx/module.h \ + wx/mousestate.h \ wx/msgout.h \ wx/mstream.h \ wx/object.h \ @@ -518,6 +520,7 @@ ALL_PORTS_BASE_HEADERS = \ wx/ioswrap.h \ wx/ipc.h \ wx/ipcbase.h \ + wx/kbdstate.h \ wx/link.h \ wx/list.h \ wx/listimpl.cpp \ @@ -529,6 +532,7 @@ ALL_PORTS_BASE_HEADERS = \ wx/memtext.h \ wx/mimetype.h \ wx/module.h \ + wx/mousestate.h \ wx/msgout.h \ wx/mstream.h \ wx/object.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index cfe5fcaf05..a42a93fe19 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -458,6 +458,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/ioswrap.h wx/ipc.h wx/ipcbase.h + wx/kbdstate.h wx/link.h wx/list.h wx/listimpl.cpp @@ -469,6 +470,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/memtext.h wx/mimetype.h wx/module.h + wx/mousestate.h wx/msgout.h wx/mstream.h wx/object.h