summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-19 21:42:46 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-19 21:42:46 +0000
commita072a412a1370d3c5570150f0c4a381909b623ec (patch)
tree506a615c27aa35c914effb5a1b3db03b4f7ae625
parent22d302e242f9307bc1d24cb2b78f95e7a4fcf7ab (diff)
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
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2743de309..4842bb0b6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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