Skip to content

Commit

Permalink
[11128] Fixed Unix build.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
NeatElves authored and VladimirMangos committed Feb 10, 2011
1 parent b284f4e commit 413e24f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/game/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ libmangosgame_a_SOURCES = \
IdleMovementGenerator.h \
InstanceData.cpp \
InstanceData.h \
InstanceSaveMgr.cpp \
InstanceSaveMgr.h \
Item.cpp \
Item.h \
ItemEnchantmentMgr.cpp \
Expand All @@ -181,6 +179,8 @@ libmangosgame_a_SOURCES = \
Map.h \
MapManager.cpp \
MapManager.h \
MapPersistentStateMgr.cpp \
MapPersistentStateMgr.h \
MapReference.h \
MapRefManager.h \
MassMailMgr.cpp \
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11127"
#define REVISION_NR "11128"
#endif // __REVISION_NR_H__

0 comments on commit 413e24f

Please sign in to comment.