ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.4
Committed: Sun Aug 13 17:15:59 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.3: +1 -6 lines
Log Message:
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

File Contents

# User Rev Content
1 root 1.1
2 elmex 1.4 SUBDIRS = common random_maps socket server include lib utils doc plugins devel
3 root 1.1
4     EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
5    
6 pippijn 1.3 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
7    
8 root 1.1 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
9    
10     archives: dist
11     (cd doc; make archive)
12     (cd lib; make archive)
13    
14     proto:
15     (cd common; make proto)
16     (cd server; make proto)
17     (cd plugins; make proto)