Mercurial > fife-parpg
comparison ext/guichan-0.8.1/src/widgets/Makefile.am @ 89:fa33cda75471
* Reverting back to 2543 as requested by sleek
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 19 Jul 2008 11:38:52 +0000 |
parents | 4a0efb7baf70 |
children |
comparison
equal
deleted
inserted
replaced
88:1c2842ebe393 | 89:fa33cda75471 |
---|---|
1 noinst_LTLIBRARIES = libguichan_widgets.la | |
2 | |
3 INCLUDES = -I$(top_srcdir)/include | |
4 | |
5 # The Gui-chan library sources | |
6 libguichan_widgets_la_SOURCES = \ | |
7 button.cpp \ | |
8 checkbox.cpp \ | |
9 container.cpp \ | |
10 dropdown.cpp \ | |
11 icon.cpp \ | |
12 imagebutton.cpp \ | |
13 label.cpp \ | |
14 listbox.cpp \ | |
15 radiobutton.cpp \ | |
16 scrollarea.cpp \ | |
17 slider.cpp \ | |
18 tab.cpp \ | |
19 tabbedarea.cpp \ | |
20 textbox.cpp \ | |
21 textfield.cpp \ | |
22 window.cpp | |
23 |