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

Comparing deliantra/server/Makefile.am (file contents):
Revision 1.5 by root, Mon Aug 28 08:38:18 2006 UTC vs.
Revision 1.9 by pippijn, Fri Sep 8 00:14:34 2006 UTC

1AUTOMAKE_OPTIONS = foreign
1 2
2SUBDIRS = include common random_maps socket server lib utils doc plugins devel 3SUBDIRS = common doc include lib random_maps pod server socket src utils
3 4
4EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat 5EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
5 6
6MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 7MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
7 8
12 (cd lib; make archive) 13 (cd lib; make archive)
13 14
14proto: 15proto:
15 (cd common; make proto) 16 (cd common; make proto)
16 (cd server; make proto) 17 (cd server; make proto)
17 (cd plugins; make proto)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines