Changeset 44 for trunk/src/game/Makefile.am
- Timestamp:
- 11/19/08 13:27:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Makefile.am
r39 r44 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 3of the License, or7 # the Free Software Foundation; either version 2 of the License, or 8 8 # (at your option) any later version. 9 9 # … … 142 142 $(srcdir)/InstanceSaveMgr.cpp \ 143 143 $(srcdir)/InstanceSaveMgr.h \ 144 $(srcdir)/IRCClient.cpp \145 $(srcdir)/IRCClient.h \146 $(srcdir)/IRCCmd.cpp \147 $(srcdir)/IRCCmd.h \148 $(srcdir)/IRCCmde.cpp \149 $(srcdir)/IRCConf.cpp \150 $(srcdir)/IRCConf.h \151 $(srcdir)/IRCConf.h \152 $(srcdir)/IRCFunc.h \153 $(srcdir)/IRCIO.cpp \154 $(srcdir)/IRCLog.cpp \155 $(srcdir)/IRCLog.h \156 $(srcdir)/IRCSock.cpp \157 $(srcdir)/MCS_OnlinePlayers.cpp \158 $(srcdir)/MCS_OnlinePlayers.h \159 144 $(srcdir)/Item.cpp \ 160 145 $(srcdir)/Item.h \ … … 202 187 $(srcdir)/Opcodes.cpp \ 203 188 $(srcdir)/Opcodes.h \ 189 $(srcdir)/OutdoorPvP.cpp \ 190 $(srcdir)/OutdoorPvP.h \ 191 $(srcdir)/OutdoorPvPEP.cpp \ 192 $(srcdir)/OutdoorPvPEP.h \ 193 $(srcdir)/OutdoorPvPHP.cpp \ 194 $(srcdir)/OutdoorPvPHP.h \ 195 $(srcdir)/OutdoorPvPMgr.cpp \ 196 $(srcdir)/OutdoorPvPMgr.h \ 197 $(srcdir)/OutdoorPvPNA.cpp \ 198 $(srcdir)/OutdoorPvPNA.h \ 199 $(srcdir)/OutdoorPvPObjectiveAI.cpp \ 200 $(srcdir)/OutdoorPvPObjectiveAI.h \ 201 $(srcdir)/OutdoorPvPSI.cpp \ 202 $(srcdir)/OutdoorPvPSI.h \ 203 $(srcdir)/OutdoorPvPTF.cpp \ 204 $(srcdir)/OutdoorPvPTF.h \ 205 $(srcdir)/OutdoorPvPZM.cpp \ 206 $(srcdir)/OutdoorPvPZM.h \ 204 207 $(srcdir)/Path.h \ 205 208 $(srcdir)/PetAI.cpp \