ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/include/Makefile.am
Revision: 1.1
Committed: Wed Mar 15 14:05:33 2006 UTC (20 years, 6 months ago) by elmex
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 elmex 1.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