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.14 by root, Fri Dec 15 19:29:18 2006 UTC vs.
Revision 1.15 by root, Mon Mar 5 19:10:49 2007 UTC

1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2 2
3SUBDIRS = include common random_maps socket server src lib ext utils pod 3SUBDIRS = include common random_maps socket server lib ext utils pod doc
4 4
5EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat 5EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh TODO
6 6
7MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile 7MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile
8 8
9DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man 9DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
10 10
11archives: dist
12 (cd doc; make archive)
13 (cd lib; make archive)
14
15proto:
16 (cd common; make proto)
17 (cd server; make proto)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines