diff options
| author | Manolo Gouy <Manolo> | 2010-12-16 07:26:56 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-16 07:26:56 +0000 |
| commit | 56f967b001fcb45a36f8d233bab62f77a93d1e69 (patch) | |
| tree | 7c195f41868937a790c56b3cd4dfc131010de6ef /src/Makefile | |
| parent | 619b27c4c060feb80d7d433aa34a10971fe3700e (diff) | |
Change needed after rename of Fl_Native_File_Chooser_MAC.cxx
to Fl_Native_File_Chooser_MAC.mm
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9cb6d6223..286921eba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -484,7 +484,7 @@ include makedepend # Please add only non-Linux/Unix files or such that are optional # (like "*xft*") here: Fl_get_key.o: Fl_get_key_mac.cxx Fl_get_key_win32.cxx -Fl_Native_File_Chooser.o : Fl_Native_File_Chooser_MAC.cxx Fl_Native_File_Chooser_WIN32.cxx +Fl_Native_File_Chooser.o : Fl_Native_File_Chooser_MAC.mm Fl_Native_File_Chooser_WIN32.cxx Fl.o: Fl_mac.cxx Fl_win32.cxx Fl_cocoa.mm fl_color.o: fl_color_mac.cxx fl_color_win32.cxx fl_dnd.o: fl_dnd_mac.cxx fl_dnd_win32.cxx fl_dnd_x.cxx |
