summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-11-14 13:05:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-11-14 13:05:37 +0000
commitfefa82e0b1e98d784455148940d84b454a128aad (patch)
tree9d888cb9bc402708e0ad035a1c55d4b7703376a4 /test/Makefile
parent1238d1576b8e2bc15c097b23ebe0fdc4d3cdb527 (diff)
Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation not yet added Support for both Visual Studio IDE's not yet added.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6929 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index eb249b433..1901fc9ad 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -90,6 +90,7 @@ CPPFILES =\
subwindow.cxx \
sudoku.cxx \
symbols.cxx \
+ table.cxx \
tabs.cxx \
threads.cxx \
tile.cxx \
@@ -152,6 +153,7 @@ ALL = \
subwindow$(EXEEXT) \
sudoku$(EXEEXT) \
symbols$(EXEEXT) \
+ table$(EXEEXT) \
tabs$(EXEEXT) \
$(THREADS) \
tile$(EXEEXT) \