Mercurial > fife-parpg
comparison ext/guichan-0.8.1/include/guichan/Makefile.am @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
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 |