summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-12-09 00:05:24 +0000
committerGreg Ercolano <erco@seriss.com>2010-12-09 00:05:24 +0000
commit4b22612fc4081793999ca41f3b1b1fc7798a6cda (patch)
treeadf8804e7a5a8710358bf658d4ff6d00293ebd51 /examples/Makefile
parent5da53f578e710e58ff74661cb48646a35d0ff807 (diff)
Menubar example added.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7984 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 63008fcd3..383377b28 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -3,6 +3,7 @@ include ../makeinclude
ALL = howto-add_fd-and-popen$(EXEEXT) \
howto-parse-args$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \
+ menubar-add$(EXEEXT) \
table-as-container$(EXEEXT) \
table-simple$(EXEEXT) \
table-sort$(EXEEXT) \