summaryrefslogtreecommitdiff
path: root/src/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 /src/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 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 2e050e14f..dce506936 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -78,6 +78,8 @@ CPPFILES = \
Fl_Shared_Image.cxx \
Fl_Single_Window.cxx \
Fl_Slider.cxx \
+ Fl_Table.cxx \
+ Fl_Table_Row.cxx \
Fl_Tabs.cxx \
Fl_Text_Buffer.cxx \
Fl_Text_Display.cxx \