Revision: | 1.17 |
Committed: | Sun May 27 02:26:17 2007 UTC (17 years, 9 months ago) by root |
Branch: | MAIN |
CVS Tags: | rel-2_1 |
Changes since 1.16: | +1 -1 lines |
Log Message: | 2.1 cleanups |
# | Content |
---|---|
1 | AUTOMAKE_OPTIONS = foreign dist-bzip2 |
2 | |
3 | SUBDIRS = include common random_maps socket server lib ext utils pod doc |
4 | |
5 | EXTRA_DIST = AUTHORS Changes COPYING DEVELOPERS autogen.sh TODO |
6 | |
7 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile |
8 | |
9 | DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man |
10 |