summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-10-26 12:21:17 +0000
committerGreg Ercolano <erco@seriss.com>2010-10-26 12:21:17 +0000
commit3f41385ebc4fc9d2af84ceac0cf91a99bd69816a (patch)
tree5a3b7379d3e7a419a6b471578c0810e9b84335cf /examples/Makefile
parent0ae522c5cac85e4b938df74a689ed00403a756c5 (diff)
Imported widgettable.cxx from original Fl_Table widget test suite
as an FLTK example 'table-as-container.cxx'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7754 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 5e9817099..44132068f 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) \
+ table-as-container$(EXEEXT) \
table-with-keyboard-nav$(EXEEXT) \
tabs-simple$(EXEEXT) \
tree-simple$(EXEEXT) \