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 \