ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.am
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Mar 15 14:05:32 2006 UTC (18 years, 2 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1.1.1: +1 -1 lines
Log Message:
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

File Contents

# Content
1 SUBDIRS = 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