summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-09-08 16:03:52 +0000
committerManolo Gouy <Manolo>2014-09-08 16:03:52 +0000
commit11f55e80b38d7d8ce010486304b5106915907383 (patch)
tree3e47eb87cba25bf43608b4d5b34290bfe4bc59ba /src/Makefile
parentc7f0ee3bd0f7d2fe657f4fa7e04f420b877a6542 (diff)
Put Fl_PostScript.cxx in list of files compiled in libfltk rather than including it in Fl_Printer.cxx.
VisualC project files still need to be changed accordingly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1376c3595..fb7caf191 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -61,6 +61,7 @@ CPPFILES = \
Fl_Pack.cxx \
Fl_Paged_Device.cxx \
Fl_Pixmap.cxx \
+ Fl_PostScript.cxx \
Fl_Positioner.cxx \
Fl_Preferences.cxx \
Fl_Printer.cxx \