summaryrefslogtreecommitdiff
path: root/Frameworks/guichan.framework/Versions/A/Headers/guichan/widgets/Makefile.am
blob: b61d5c28e3ae327c3a9d15de6bb301e2d7d22996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libguichanincludedir = $(includedir)/guichan/widgets/

libguichaninclude_HEADERS =	\
	button.hpp		\
	checkbox.hpp		\
	container.hpp		\
	dropdown.hpp		\
	icon.hpp		\
	imagebutton.hpp		\
	label.hpp		\
	listbox.hpp		\
	scrollarea.hpp		\
	slider.hpp		\
	radiobutton.hpp		\
	tab.hpp			\
	tabbedarea.hpp		\
	textbox.hpp		\
	textfield.hpp		\
	window.hpp