Mercurial > fife-parpg
comparison ext/guichan-0.8.2/include/guichan/widgets/Makefile.am @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 libguichanincludedir = $(includedir)/guichan/widgets/ | |
2 | |
3 libguichaninclude_HEADERS = \ | |
4 button.hpp \ | |
5 checkbox.hpp \ | |
6 container.hpp \ | |
7 dropdown.hpp \ | |
8 icon.hpp \ | |
9 imagebutton.hpp \ | |
10 label.hpp \ | |
11 listbox.hpp \ | |
12 scrollarea.hpp \ | |
13 slider.hpp \ | |
14 radiobutton.hpp \ | |
15 tab.hpp \ | |
16 tabbedarea.hpp \ | |
17 textbox.hpp \ | |
18 textfield.hpp \ | |
19 window.hpp |