diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 12:54:16 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 12:54:16 +0200 |
commit | 19b9cddf7d5ef3daac5cda481db492f28574d28d (patch) | |
tree | a3ca1d8ab84df69bd01c9bbab6d455c996cc462c /plugingui/Makefile.am | |
parent | f4114b68d903eb5828c93910853ea9fdea004952 (diff) |
Move button functionality to BaseButton. Create TabButton.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 1dcff20..133c71f 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -29,6 +29,7 @@ nodist_libdggui_la_SOURCES = \ widget.cc \ colour.cc \ painter.cc \ + button_base.cc \ button.cc \ pixelbuffer.cc \ lineedit.cc \ |