summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-12-01 22:04:44 +0000
committerManolo Gouy <Manolo>2016-12-01 22:04:44 +0000
commitc34e8d27253bb619ae2e50c761c4f40ae0745502 (patch)
treebea8ac2ce01ba0931774340120beb85fcef185df /src
parent21781c3fe922592a34371abdc09dcd13d75b2340 (diff)
Undo change at r.12129 that is OK but not really useful.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e0263393d..e3089e83e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -157,7 +157,6 @@ else ()
set (PSFILES
drivers/PostScript/Fl_PostScript.cxx
drivers/PostScript/Fl_PostScript_image.cxx
- drivers/Posix/Fl_Posix_Printer_Driver.cxx
)
endif ((USE_X11 OR USE_SDL) AND NOT OPTION_PRINT_SUPPORT)
@@ -169,6 +168,7 @@ if (USE_X11)
set (DRIVER_FILES
drivers/Posix/Fl_Posix_System_Driver.cxx
+ drivers/Posix/Fl_Posix_Printer_Driver.cxx
drivers/X11/Fl_X11_Screen_Driver.cxx
drivers/X11/Fl_X11_Window_Driver.cxx
drivers/X11/Fl_X11_System_Driver.cxx