diff options
| -rw-r--r-- | plugin/Makefile.mingw32.in | 2 | ||||
| -rw-r--r-- | plugingui/Makefile.am | 4 | ||||
| -rw-r--r-- | plugingui/Makefile.mingw32 | 2 | 
3 files changed, 8 insertions, 0 deletions
| diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 73a4866..d218430 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -65,6 +65,8 @@ GUI_SRC = \  	@top_srcdir@/plugingui/slider.cc \  	@top_srcdir@/plugingui/scrollbar.cc \  	@top_srcdir@/plugingui/textedit.cc \ +	@top_srcdir@/plugingui/texture.cc \ +	@top_srcdir@/plugingui/texturedbox.cc \  	@top_srcdir@/plugingui/listbox.cc \  	@top_srcdir@/plugingui/listboxthin.cc \  	@top_srcdir@/plugingui/listboxbasic.cc \ diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 3eab625..e3bed8d 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -26,12 +26,14 @@ EXTRA_DIST = \  	colour.h \  	combobox.h \  	dgwindow.h \ +	drawable.h \  	directory.h \  	eventhandler.h \  	filebrowser.h \  	font.h \  	guievent.h \  	image.h \ +	imagecache.h \  	knob.h \  	label.h \  	layout.h \ @@ -54,6 +56,8 @@ EXTRA_DIST = \  	scrollbar.h \  	slider.h \  	textedit.h \ +	texture.h \ +	texturedbox.h \  	verticalline.h \  	widget.h \  	window.h \ diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 98d8f29..68d70bc 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -28,6 +28,8 @@ GUI_SRC = \  	slider.cc \  	scrollbar.cc \  	textedit.cc \ +	texture.cc \ +	texturedbox.cc \  	listbox.cc \  	listboxthin.cc \  	listboxbasic.cc \ | 
