summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2012-04-14 19:45:50 +0000
committerGreg Ercolano <erco@seriss.com>2012-04-14 19:45:50 +0000
commitdb2cca57f1f647fc82eb1e5e149ccc21ca3fc707 (patch)
tree61f28b37b6dc36d975e1ab47e91b69662079f404 /examples/Makefile
parente0fca85c740c5d3fda2f84359791f76361ecd97c (diff)
Added table-with-keynav.cxx to emphasize keyboard/mouse selection
(as per a question on the newsgroup about how to do this..) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9344 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 2e8d35767..f2e32a758 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -17,6 +17,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \
table-sort$(EXEEXT) \
table-spreadsheet$(EXEEXT) \
table-spreadsheet-with-keyboard-nav$(EXEEXT) \
+ table-with-keynav$(EXEEXT) \
tabs-simple$(EXEEXT) \
textdisplay-with-colors$(EXEEXT) \
texteditor-simple$(EXEEXT) \