diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-11-30 17:02:11 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-11-30 17:02:11 +0000 |
| commit | ddf187af37e498e7a931e031a9e34b9ee58c7b8b (patch) | |
| tree | 0b6dbc210c2a12ce2c95afbba955ad2c9ea607ed /examples/Makefile | |
| parent | a8a5e3603c1b16c1be329316f25e10f6af4077a3 (diff) | |
Added sortable table example.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7926 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 0a8f0b4a8..63008fcd3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,6 +5,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \ howto-text-over-image-button$(EXEEXT) \ table-as-container$(EXEEXT) \ table-simple$(EXEEXT) \ + table-sort$(EXEEXT) \ table-with-keyboard-nav$(EXEEXT) \ tabs-simple$(EXEEXT) \ tree-simple$(EXEEXT) \ |
