From b6780e979ad16321d83b25da9a699bdf7283be38 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 8 Jul 2003 21:19:44 +0000 Subject: [PATCH] removed non existing file which was preventing "make install" from working git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 1 - docs/changes.txt | 4 ++++ src/motif/files.lst | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 4edd61595e..8fde7dfce1 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -1190,7 +1190,6 @@ radiobox.h MotifH radiobut.h MotifH region.h MotifH scrolbar.h MotifH -settings.h MotifH slider.h MotifH spinbutt.h MotifH statbmp.h MotifH diff --git a/docs/changes.txt b/docs/changes.txt index 85ce5d783d..ffe6a762ed 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -202,6 +202,10 @@ wxMSW: - fix iostream.h problem with VC 7.1 (it doesn't support it any longer) - compilation fix for XRC with mingw32 +wxMotif: + +- fixed "make install" + 2.4.1 ----- diff --git a/src/motif/files.lst b/src/motif/files.lst index 2edea35363..65490194b4 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -554,7 +554,6 @@ ALL_HEADERS = \ motif/radiobut.h \ motif/region.h \ motif/scrolbar.h \ - motif/settings.h \ motif/slider.h \ motif/spinbutt.h \ motif/statbmp.h \