From 64b3d26daa983b7a1394c82b080068cb1a056950 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 11 Apr 2016 19:14:47 +0000 Subject: Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 98c8b3fea..5684a85aa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -230,6 +230,7 @@ QUARTZCPPFILES = \ drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx \ drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx \ drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx \ + drivers/Posix/Fl_Posix_System_Driver.cxx \ drivers/Darwin/Fl_Darwin_System_Driver.cxx \ Fl_get_key_mac.cxx @@ -248,6 +249,7 @@ XLIBCPPFILES = \ drivers/X11/Fl_X11_Window_Driver.cxx \ drivers/X11/Fl_X11_Screen_Driver.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx \ + drivers/X11/Fl_X11_System_Driver.cxx \ drivers/Posix/Fl_Posix_Printer_Driver.cxx \ Fl_x.cxx \ fl_dnd_x.cxx \ -- cgit v1.2.3