summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2017-09-11 00:50:06 +0000
committerGreg Ercolano <erco@seriss.com>2017-09-11 00:50:06 +0000
commit88204a55245d41d0cbcec4c8b0e946c38de92549 (patch)
tree599f32abcdfcdf1cdb767bd0bca4a1ea8874b05f /examples/Makefile
parentb0a222364225bd49eeff41e6f0dc380804f7ac4c (diff)
Added example code to demonstrate Fl_Multi_Label for STR#3400.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12440 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 a7b2d3c01..4bd44c838 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -11,6 +11,7 @@ ALL = clipboard$(EXEEXT) \
howto-add_fd-and-popen$(EXEEXT) \
howto-browser-with-icons$(EXEEXT) \
howto-drag-and-drop$(EXEEXT) \
+ howto-menu-with-images$(EXEEXT) \
howto-parse-args$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \
menubar-add$(EXEEXT) \