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.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
38
39MAINTAINERCLEANFILES = Makefile.in
39 40
40AM_CPPFLAGS = -I$(top_srcdir)/include 41AM_CPPFLAGS = -I$(top_srcdir)/include
41 42
42proto: 43proto:
43 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h 44 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines