diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-08 14:59:19 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-08 14:59:19 +0200 |
commit | a4d73c0cb2321bd61bd31d2922ae469389e5825e (patch) | |
tree | 9f859b687e4fe805b4f98855495ef37fb1862206 /plugingui | |
parent | 895c942289c81ca24346d3bb18d2b922ae469554 (diff) | |
parent | 098067c797e6b6ed7c9302fffd46fdfbcda5fdad (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.am | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index be0ecb6..e705b3b 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -23,27 +23,34 @@ EXTRA_DIST = \ button.h \ checkbox.h \ colour.h \ + combobox.h \ directory.h \ - eventhandler.h \ + eventhandler.h \ + filebrowser.h \ font.h \ guievent.h \ image.h \ + knob.h \ label.h \ led.h \ lineedit.h \ + listbox.h \ + listboxbasic.h \ + listboxthin.h \ nativewindow.h \ nativewindow_win32.h \ nativewindow_x11.h \ painter.h \ pixelbuffer.h \ plugingui.h \ + progressbar.h \ + resource.h \ + resource_data.h \ + scrollbar.h \ slider.h \ + verticalline.h \ widget.h \ - window.h \ - listbox.h \ - knob.h \ - filebrowser.h \ - combobox.h + window.h ################ # Test Section # |