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

File Contents

# User Rev Content
1 elmex 1.5 SUBDIRS = cfperl cfpython common
2 root 1.1
3     DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
4    
5 pippijn 1.4 MAINTAINERCLEANFILES = Makefile.in
6    
7 root 1.1 proto:
8 elmex 1.5 (cd cfpython; make proto; )
9 root 1.1