ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.am
Revision: 1.2
Committed: Fri Feb 3 07:25:25 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
initial cfperl/cf.schmorp.de import

File Contents

# Content
1 SUBDIRS = cfpython cfanim cfperl
2
3 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
4
5 proto:
6 (cd cfpython; make proto; cd..; cd cfanim; make proto; )
7