Fix missing files in Makefile system

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11144 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2016-02-10 10:38:03 +00:00
parent 4079e7590b
commit 4f8ec11569
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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 \
@@ -20,6 +20,7 @@
#include <config.h>
#include "../../config_lib.h"
#include "Fl_Xlib_Graphics_Driver.h"
#include <string.h>
#if HAVE_XRENDER
#include <X11/extensions/Xrender.h>