summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-10 10:38:03 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-10 10:38:03 +0000
commit4f8ec115699779892d05eebeb866e35345a80696 (patch)
treea4b6dd46c5c392679026e7719f15a1da42d0681b /src/Makefile
parent4079e7590b6307e7811671388291577dbeef17f6 (diff)
Fix missing files in Makefile system
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11144 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a8ddc3d25..8740353fd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,6 +44,7 @@ CPPFILES = \
Fl_File_Chooser2.cxx \
Fl_File_Icon.cxx \
Fl_File_Input.cxx \
+ Fl_Graphics_Driver.cxx \
Fl_Group.cxx \
Fl_Help_View.cxx \
Fl_Image.cxx \
@@ -233,6 +234,7 @@ QUARTZCPPFILES = \
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
XLIBCPPFILES = \
+ drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx \
@@ -247,6 +249,7 @@ XLIBXFTFILES = \
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx
GDICPPFILES = \
+ drivers/GDI/Fl_GDI_Graphics_Driver.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx \