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.4 by elmex, Sun Aug 13 17:15:59 2006 UTC vs.
Revision 1.10 by pippijn, Fri Sep 8 00:15:43 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines