ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.am
(Generate patch)

Comparing deliantra/server/common/Makefile.am (file contents):
Revision 1.14 by root, Mon Oct 12 14:00:57 2009 UTC vs.
Revision 1.15 by root, Wed Nov 4 00:02:47 2009 UTC

1# 1#
2# This file is part of Deliantra, the Roguelike Realtime MMORPG. 2# This file is part of Deliantra, the Roguelike Realtime MMORPG.
3# 3#
4# Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4# Copyright (©) 2006,2007,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# Copyright (©) 1992,2007 Frank Tore Johansen 5# Copyright (©) 1992,2007 Frank Tore Johansen
6# Copyright (©) 2001,2007 Mark Wedel 6# Copyright (©) 2001,2007 Mark Wedel
7# 7#
8# Deliantra is free software: you can redistribute it and/or modify it under 8# Deliantra is free software: you can redistribute it and/or modify it under
9# the terms of the Affero GNU General Public License as published by the 9# the terms of the Affero GNU General Public License as published by the
23# 23#
24 24
25noinst_LIBRARIES = libcross.a 25noinst_LIBRARIES = libcross.a
26 26
27libcross_a_SOURCES = \ 27libcross_a_SOURCES = \
28 anim.C \ 28 anim.C\
29 arch.C\ 29 arch.C\
30 button.C\ 30 button.C\
31 compat.C\
31 exp.C\ 32 exp.C\
32 friend.C\ 33 friend.C\
33 glue.C\
34 holy.C\ 34 holy.C\
35 image.C \ 35 image.C \
36 init.C\ 36 init.C\
37 item.C\ 37 item.C\
38 links.C\ 38 links.C\
40 loader.C\ 40 loader.C\
41 logger.C\ 41 logger.C\
42 los.C\ 42 los.C\
43 map.C\ 43 map.C\
44 object.C\ 44 object.C\
45 path.C\
46 porting.C\
47 player.C\ 45 player.C\
48 readable.C\ 46 readable.C\
49 recipe.C\ 47 recipe.C\
50 region.C\ 48 region.C\
51 shstr.C\ 49 shstr.C\
52 time.C\ 50 time.C\
53 treasure.C\ 51 treasure.C\
54 utils.C\ 52 utils.C\
53 material.C\
55 micropather.C 54 micropather.C
56 55
57EXTRA_DIST = README 56EXTRA_DIST = README
58 57
59MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 58MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines