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, 10 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

# Content
1 SUBDIRS = cfpython common
2
3 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
4
5 MAINTAINERCLEANFILES = Makefile.in
6
7 proto:
8 (cd cfpython; make proto; )
9