summaryrefslogtreecommitdiff
path: root/examples/Makefile.FLTK
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.FLTK')
-rw-r--r--examples/Makefile.FLTK3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.FLTK b/examples/Makefile.FLTK
index 5fe833657..52b72993a 100644
--- a/examples/Makefile.FLTK
+++ b/examples/Makefile.FLTK
@@ -6,7 +6,8 @@
# on your system. Common examples:
#
# FLTKCONFIG = /usr/local/bin/fltk-config
-# FLTKCONFIG = /usr/local/src/fltk-1.3.x-svn/fltk-config
+# FLTKCONFIG = /usr/local/src/fltk-1.4.x/fltk-config
+# FLTKCONFIG = ../build/fltk-config # if ../build == CMake build directory
#
# Set .SILENT in your Makefile if you want 'quieter' builds.
#