summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-02-26 15:24:08 +0000
committerManolo Gouy <Manolo>2016-02-26 15:24:08 +0000
commitcf4825eedf9ee529cd99e8b99b69cdd3ec6ffb69 (patch)
tree147599508534f4db9a34b439ba6c0611e07094a2 /src/Makefile
parent53993d4bd1476e6d7700b13a2ca0e1d489a740d4 (diff)
Move PostScript-support files to src/drivers/PostScript/
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11222 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e03e29bcf..9c168400d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -271,11 +271,16 @@ GDICPPFILES = \
drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \
drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
+PSCPPFILES = \
+ drivers/PostScript/Fl_PostScript.cxx \
+ drivers/PostScript/Fl_PostScript_image.cxx
+
################################################################
FLTKFLAGS = -DFL_LIBRARY
include ../makeinclude
MMFILES = $(shell if test $(USEMMFILES) = Yes; then echo $(OBJCPPFILES); fi)
+CPPFILES += $(PSCPPFILES)
CPPFILES += $(shell if test $(USEMMFILES) = Yes; then echo $(QUARTZCPPFILES); fi)
CPPFILES += $(shell if test $(BUILD_X11) = Yes; then echo $(XLIBCPPFILES); fi)