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

Comparing deliantra/server/socket/Makefile.am (file contents):
Revision 1.3 by elmex, Sun Aug 13 17:16:05 2006 UTC vs.
Revision 1.6 by root, Fri Dec 15 20:08:45 2006 UTC

19# 19#
20# You should have received a copy of the GNU General Public License 20# You should have received a copy of the GNU General Public License
21# along with this program; if not, write to the Free Software 21# along with this program; if not, write to the Free Software
22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23# 23#
24# The author can be reached via e-mail to crossfire-devel@real-time.com 24# The author can be reached via e-mail to crossfire@schmorp.de
25 25
26noinst_LIBRARIES = libsocket.a 26noinst_LIBRARIES = libsocket.a
27libsocket_a_SOURCES = \ 27libsocket_a_SOURCES = \
28 image.C \ 28 image.C \
29 info.C \ 29 info.C \
30 init.C \ 30 init.C \
31 item.C\ 31 item.C\
32 loop.C \ 32 loop.C \
33 lowlevel.C\ 33 lowlevel.C\
34 metaserver.C\
35 request.C\ 34 request.C\
36 sounds.C 35 sounds.C
37 36
38EXTRA_DIST = README 37EXTRA_DIST = README
39 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines