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

File Contents

# Content
1
2 noinst_HEADERS = \
3 cfpython.h cfpython_object_private.h \
4 cfpython_archetype.h cfpython_party.h \
5 cfpython_archetype_private.h cfpython_party_private.h \
6 cfpython_map.h cfpython_proto.h \
7 cfpython_map_private.h cfpython_region.h \
8 cfpython_object.h cfpython_region_private.h
9
10 MAINTAINERCLEANFILES = Makefile.in
11