diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-06 19:54:51 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-06 19:54:51 +0200 | 
| commit | 2935a126d26de61993e4f168b204ce60b7badd46 (patch) | |
| tree | adaf0bc34e7e7999b8206b744c23181d9d9dcbed /plugingui | |
| parent | 8cacd4e097bb969fe6de20d88e98763deef658e6 (diff) | |
Add missing distfiles.
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 fc91d58..8df5066 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -23,28 +23,35 @@ EXTRA_DIST = \  	button.h \  	checkbox.h \  	colour.h \ +	combobox.h \  	directory.h \ -  eventhandler.h \ +	eventhandler.h \ +	filebrowser.h \  	font.h \  	globalcontext.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 # | 
