Typo in X11 part of src/Makefile

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11194 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2016-02-19 21:42:46 +00:00
parent 22d302e242
commit a072a412a1
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ XLIBCPPFILES = \
drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx \
drivers/X11/Fl_X11_Window_Driver.cxx \
drivers/X11/Fl_X11_Screen_Driver.cxx \
drivers/X11/Fl_Posix_System_Driver.cxx
drivers/Posix/Fl_Posix_System_Driver.cxx
XLIBFONTFILES = \
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx