diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-31 12:18:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-31 12:18:57 +0300 |
commit | be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed (patch) | |
tree | 602ec672399715b23a08f3f13de79c0990f37e9e /src/Makefile.am | |
parent | f3eaa0b0e84013dd3a11003fe891f77ec366544b (diff) | |
download | plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.gz plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.bz2 plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.xz plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.zip |
Add missing guichan files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 63a5141ab..c13f645bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,4 @@ AUTOMAKE_OPTIONS = subdir-objects -#AUTOMAKE_OPTIONS = subdir-objects nostdinc bin_PROGRAMS = manaplus @@ -29,6 +28,7 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \ guichan/include/guichan/basiccontainer.hpp \ guichan/include/guichan/cliprectangle.hpp \ guichan/include/guichan/color.hpp \ + guichan/include/guichan/deathlistener.hpp \ guichan/include/guichan/defaultfont.hpp \ guichan/include/guichan/event.hpp \ guichan/include/guichan/exception.hpp \ @@ -52,6 +52,7 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \ guichan/include/guichan/platform.hpp \ guichan/include/guichan/rectangle.hpp \ guichan/include/guichan/selectionevent.hpp \ + guichan/include/guichan/selectionlistener.hpp \ guichan/include/guichan/sdl/sdlgraphics.hpp \ guichan/include/guichan/sdl/sdlimage.hpp \ guichan/include/guichan/sdl/sdlpixel.hpp \ |