summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-12-10 05:27:20 +0000
committerGreg Ercolano <erco@seriss.com>2010-12-10 05:27:20 +0000
commit4525d46ed947b64cbdd30ad5af6d886c3b12cf1f (patch)
tree8adc92429b41f8d5684141ac1986ee79608b1cae /examples/Makefile
parente931f660caea5257841103196a389fd5eae6be07 (diff)
Added color Fl_Text_Display example.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7993 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 013770c45..ce001fc13 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -9,6 +9,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \
table-sort$(EXEEXT) \
table-with-keyboard-nav$(EXEEXT) \
tabs-simple$(EXEEXT) \
+ textdisplay-with-colors$(EXEEXT) \
texteditor-simple$(EXEEXT) \
tree-simple$(EXEEXT) \
wizard-simple$(EXEEXT)