diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-30 03:26:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-30 03:26:00 +0300 |
commit | 84941829031cbd707ab28802c7423ce19bfba32e (patch) | |
tree | d1e066e36fa66e9d925cc101acb9fa3e38089113 /src/Makefile.am | |
parent | 9f752d5431364c052b364045015d3574da2c320c (diff) | |
download | plus-84941829031cbd707ab28802c7423ce19bfba32e.tar.gz plus-84941829031cbd707ab28802c7423ce19bfba32e.tar.bz2 plus-84941829031cbd707ab28802c7423ce19bfba32e.tar.xz plus-84941829031cbd707ab28802c7423ce19bfba32e.zip |
Add auction bot support switch.
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 ca6dd6bc2..45d9df7f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -475,6 +475,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ animatedsprite.h \ animationparticle.cpp \ animationparticle.h \ + auctionmanager.cpp \ + auctionmanager.h \ avatar.cpp \ avatar.h \ being.cpp \ |