diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-06 22:40:49 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-06 22:40:49 +0200 |
commit | 1480c8a1556ec5115b7dbf0f3253c6a61033ad55 (patch) | |
tree | b53c5acf21b29553dbc6ac5d63f10a5a05808029 /dw/Makefile.am | |
parent | 723e3b247f0360f0bb583799a06642824c384d81 (diff) |
Much work on table widget.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r-- | dw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am index 496e31a8..25d8bbce 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -76,6 +76,7 @@ libDw_widgets_a_SOURCES = \ simpletablecell.cc \ simpletablecell.hh \ table.cc \ + table_iterator.cc \ table.hh \ textblock.cc \ textblock_iterator.cc \ |