diff options
author | José Ávila <linux@javila.net> | 2005-06-02 16:10:34 +0000 |
---|---|---|
committer | José Ávila <linux@javila.net> | 2005-06-02 16:10:34 +0000 |
commit | e0da83ae7336be5da0ea11b30827782b8e8660d7 (patch) | |
tree | 568c1c4b0acf289d1e762a5f0379c6918b8960ca /src/Makefile.am | |
parent | 108efd1050c8510e6dec69b40f7c0539d7a36682 (diff) | |
download | mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.gz mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.bz2 mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.xz mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.zip |
In game help system files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aa345414..5b80a7d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,8 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/equipment.h \ gui/gui.cpp \ gui/gui.h \ + gui/help.cpp \ + gui/help.h \ gui/inventory.cpp \ gui/inventory.h \ gui/itemcontainer.cpp \ |