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.1 by root, Fri Feb 3 07:14:43 2006 UTC vs.
Revision 1.3 by elmex, Sun Aug 13 17:16:05 2006 UTC

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-devel@real-time.com
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\ 34 metaserver.C\
35 request.c\ 35 request.C\
36 sounds.c 36 sounds.C
37 37
38EXTRA_DIST = README 38EXTRA_DIST = README
39
40MAINTAINERCLEANFILES = Makefile.in
39 41
40AM_CPPFLAGS = -I$(top_srcdir)/include 42AM_CPPFLAGS = -I$(top_srcdir)/include
41 43
42proto: 44proto:
43 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h 45 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines