ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.3
Committed: Thu Aug 24 13:13:49 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
- added cfperl.h, soon to be used by events
- no perl == exit, its no longer optional
- moved server main loop entirely in perl
- removed lots of unneeded timekeeping cruft

File Contents

# Content
1
2 noinst_HEADERS = \
3 commands.h libproto.h sounds.h attack.h \
4 Makefile.in config.h living.h player.h \
5 define.h loader.h race.h material.h spells.h \
6 arch.h face.h logger.h re-cmp.h sproto.h \
7 artifact.h funcpoint.h map.h recipe.h treasure.h \
8 global.h newclient.h path.h shstr.h tod.h\
9 god.h newserver.h quest.h xdir.h \
10 book.h includes.h object.h skills.h sockproto.h \
11 plugin.h timers.h cfperl.h
12
13 MAINTAINERCLEANFILES = Makefile.in
14