Revision: | 1.6 |
Committed: | Mon Aug 28 16:52:50 2006 UTC (18 years, 6 months ago) by root |
Branch: | MAIN |
Changes since 1.5: | +1 -1 lines |
Log Message: | disable old-style plug-ins, implement attach-field for map headers and map attachments |
# | Content |
---|---|
1 | |
2 | SUBDIRS = include common random_maps socket server lib utils doc devel |
3 | |
4 | EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat |
5 | |
6 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure |
7 | |
8 | DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man |
9 | |
10 | archives: dist |
11 | (cd doc; make archive) |
12 | (cd lib; make archive) |
13 | |
14 | proto: |
15 | (cd common; make proto) |
16 | (cd server; make proto) |
17 | (cd plugins; make proto) |