diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-11-24 20:29:29 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 14:51:30 +0100 |
commit | 586fac8e8daa7665302b075f900d8d2df90716f9 (patch) | |
tree | bfb02ad2e88d6e6b3e6bd013853a0792de951849 /plugingui/Makefile.am | |
parent | 8976d1106ac40e74b7bdc4d0401003126cee53d8 (diff) |
Added TabWidget.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 21a78f8..49025c7 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -56,6 +56,9 @@ EXTRA_DIST = \ resource_data.h \ scrollbar.h \ slider.h \ + stackedwidget.h \ + tabbutton.h \ + tabwidget.h \ textedit.h \ texture.h \ texturedbox.h \ |