diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-27 19:21:18 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-27 19:21:18 +0100 |
commit | e3a87c3aab03465c5de436ffbadc96fe8931f7fc (patch) | |
tree | 2b2f3087b183c745002caa128fb24bf67bb949c6 /plugingui/Makefile.am | |
parent | 18c792717297270dc18462a56e9ee55b89a54878 (diff) |
Add missing distfiles (prepare for 0.9.1 release.)v0.9.1
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 4d64be1..06e6f0a 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -16,25 +16,29 @@ plugingui_SOURCES = \ # $(DRUMGIZMO_SOURCES) EXTRA_DIST = \ - guievent.h \ - eventhandler.h \ - globalcontext.h \ - plugingui.h \ - pixelbuffer.h \ + button.h \ + checkbox.h \ colour.h \ - font.h \ + eventhandler.h \ filelineedit.h \ + font.h \ + globalcontext.h \ + guievent.h \ + img_back.h \ + img_font.h \ + img_test.h \ + label.h \ led.h \ - window.h \ - widget.h \ lineedit.h \ - button.h \ - label.h \ + nativewindow.h \ + nativewindow_win32.h \ + nativewindow_x11.h \ painter.h \ - img_font.h \ - img_back.h \ - checkbox.h \ - slider.h + pixelbuffer.h \ + plugingui.h \ + slider.h \ + widget.h \ + window.h ################ # Test Section # |