Mercurial > fife-parpg
comparison ext/guichan-0.8.2/include/guichan/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 SUBDIRS = @GUICHAN_EXTRADIRS@ widgets hge openlayer contrib | |
2 | |
3 libguichanincludedir = $(includedir)/guichan | |
4 | |
5 libguichaninclude_HEADERS = \ | |
6 actionevent.hpp \ | |
7 actionlistener.hpp \ | |
8 allegro.hpp \ | |
9 basiccontainer.hpp \ | |
10 cliprectangle.hpp \ | |
11 color.hpp \ | |
12 deathlistener.hpp \ | |
13 defaultfont.hpp \ | |
14 event.hpp \ | |
15 exception.hpp \ | |
16 focushandler.hpp \ | |
17 focuslistener.hpp \ | |
18 font.hpp \ | |
19 genericinput.hpp \ | |
20 glut.hpp \ | |
21 graphics.hpp \ | |
22 gui.hpp \ | |
23 image.hpp \ | |
24 imagefont.hpp \ | |
25 imageloader.hpp \ | |
26 input.hpp \ | |
27 inputevent.hpp \ | |
28 key.hpp \ | |
29 keyevent.hpp \ | |
30 keyinput.hpp \ | |
31 keylistener.hpp \ | |
32 listmodel.hpp \ | |
33 mouseevent.hpp \ | |
34 mouseinput.hpp \ | |
35 mouselistener.hpp \ | |
36 opengl.hpp \ | |
37 platform.hpp \ | |
38 rectangle.hpp \ | |
39 selectionevent.hpp \ | |
40 selectionlistener.hpp \ | |
41 sdl.hpp \ | |
42 widget.hpp \ | |
43 widgetlistener.hpp | |
44 | |
45 EXTRA_DIST = \ | |
46 hge.hpp \ | |
47 openlayer.hpp |