ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.am
Revision: 1.3
Committed: Wed Mar 15 15:35:51 2006 UTC (18 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
UPSTREAM merge from 15.03.2006

File Contents

# Content
1 SUBDIRS = cfperl cfpython cfanim common
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