ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.am
Revision: 1.6
Committed: Tue Aug 15 17:10:46 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
CVS Tags: STABLE
Changes since 1.5: +1 -1 lines
Log Message:
converted perl to a mandatory / non-dynamic plug-in, firts step to put it fully in-core

File Contents

# User Rev Content
1 root 1.6 SUBDIRS = 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