mirror of https://github.com/fltk/fltk
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:
parent
22d302e242
commit
a072a412a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue