diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-13 18:46:17 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-13 18:46:17 +0100 |
commit | d55de707c3352a468a227d69920a56ef2550a7cc (patch) | |
tree | 3f7ac91962d7e09328fb24d4eb52707a3f6e7f22 /plugingui/Makefile.am | |
parent | c17046353762a0893914e671f1f19eadce6f94f5 (diff) |
Added path lineedit and drive selection (win32) to filebrowser. Made a lot of small layout tweaks.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 06e6f0a..c3664d9 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -38,7 +38,12 @@ EXTRA_DIST = \ plugingui.h \ slider.h \ widget.h \ - window.h + window.h \ + listbox.h \ + knob.h \ + filebrowser.h \ + combobox.h + ################ # Test Section # |