summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 00711c077..9035b46a9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -272,7 +272,8 @@ GDICPPFILES = \
drivers/GDI/Fl_GDI_Image_Surface.cxx \
drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx \
drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \
- drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
+ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx \
+ Fl_GDI_Printer.cxx
PSCPPFILES = \
drivers/PostScript/Fl_PostScript.cxx \