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

Comparing deliantra/server/server/Makefile.am (file contents):
Revision 1.18 by root, Sat Dec 30 18:45:28 2006 UTC vs.
Revision 1.19 by root, Sun Dec 31 10:40:01 2006 UTC

106 106
107# Check if everything is installed as it should 107# Check if everything is installed as it should
108installcheck-local: 108installcheck-local:
109 $(bindir)/crossfire -o 109 $(bindir)/crossfire -o
110 110
111proto:
112 cproto -D__CEXTRACT__ -o ../include/sproto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
113 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.C$$/ { print }'`
114 chmod 644 ../include/sproto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines