summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-03-23 18:40:53 +0000
committerGreg Ercolano <erco@seriss.com>2013-03-23 18:40:53 +0000
commit5979afb5bf8bd7fc2f730c31106570b8d5bc3e14 (patch)
treebbd8d93c7c0a8bb6808dd53c2539a88d8efb3744 /examples/Makefile
parent4f24b4cc652ff64cb3fefe5477ab1324f467943e (diff)
Adding an example to demonstrate how to create an Fl_Browser with icons on the items.
Based on an example I'd added to STR#1739 to demo someone's patch. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index cc2e4ded9..60003f56a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -6,6 +6,7 @@ SHELL = /bin/sh
# Executables
ALL = howto-add_fd-and-popen$(EXEEXT) \
+ howto-browser-with-icons$(EXEEXT) \
howto-drag-and-drop$(EXEEXT) \
howto-parse-args$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \