summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2012-02-29 05:37:30 +0000
committerGreg Ercolano <erco@seriss.com>2012-02-29 05:37:30 +0000
commita9397d9ca82cf6b6339771f489ee566ea77fe64c (patch)
treebe7f5fed6d862d79756b5bd77b41e8d2272f6926 /examples/Makefile
parent04c4df7be6fa6a9b91fd2928b434c87a217f65d4 (diff)
Added progress bar widget demo.
Nabbed from Greg's cheat sheet, with his permission. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9255 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 250b951d5..2e8d35767 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -11,6 +11,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \
menubar-add$(EXEEXT) \
nativefilechooser-simple-app$(EXEEXT) \
+ progress-simple$(EXEEXT) \
table-as-container$(EXEEXT) \
table-simple$(EXEEXT) \
table-sort$(EXEEXT) \