ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.am
Revision: 1.4
Committed: Sun Jul 2 15:05:15 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.3: +2 -0 lines
Log Message:
make maintainer-clean-recursive now deletes all generated files

File Contents

# User Rev Content
1 elmex 1.3 SUBDIRS = cfperl cfpython cfanim 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 root 1.2 (cd cfpython; make proto; cd..; cd cfanim; make proto; )
9 root 1.1