diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:55:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:55:54 +0300 |
commit | 01c43410488f80156f0d47bb3762a1fe2af38b3f (patch) | |
tree | a79145b7e9df1cba08e205038e6ba4d43b13fe07 /src/Makefile.am | |
parent | 4d875e356660d5196df8cd1ccc1e84ddfec429fd (diff) | |
parent | 352409f22230698bc32661b916f708663a4179b5 (diff) | |
download | manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.gz manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.bz2 manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.xz manaplus-01c43410488f80156f0d47bb3762a1fe2af38b3f.zip |
Merge branch 'didyouknow'
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 9863a0f69..e158627c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -240,6 +240,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/connectiondialog.h \ gui/debugwindow.cpp \ gui/debugwindow.h \ + gui/didyouknowwindow.cpp \ + gui/didyouknowwindow.h \ gui/emotepopup.cpp \ gui/emotepopup.h \ gui/equipmentwindow.cpp \ |