summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-28 09:35:44 +0000
committerManolo Gouy <Manolo>2016-03-28 09:35:44 +0000
commitb26cae4773ea22e26d2e4ad0358437a570d66d15 (patch)
treea4543cce82933c70682a12ad30cc438dfce204c5
parent6284720098cb3682f950db427c95ac87c2a10b3c (diff)
Add Fl_System_Driver.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11449 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c53ce2537..1ab04dedb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -60,6 +60,7 @@ set (CPPFILES
Fl_Shared_Image.cxx
Fl_Single_Window.cxx
Fl_Slider.cxx
+ Fl_System_Driver.cxx
Fl_Table.cxx
Fl_Table_Row.cxx
Fl_Tabs.cxx
diff --git a/src/Makefile b/src/Makefile
index e77d0f8ec..a8f6562db 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -79,6 +79,7 @@ CPPFILES = \
Fl_Shared_Image.cxx \
Fl_Single_Window.cxx \
Fl_Slider.cxx \
+ Fl_System_Driver.cxx \
Fl_Table.cxx \
Fl_Table_Row.cxx \
Fl_Tabs.cxx \