diff options
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 # | 
