| Revision: | 1.9 |
| Committed: | Fri Sep 8 00:14:34 2006 UTC (19 years, 8 months ago) by pippijn |
| Branch: | MAIN |
| Changes since 1.8: | +1 -1 lines |
| Log Message: | Removed devel from the automake file |
| # | Content |
|---|---|
| 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | |
| 3 | SUBDIRS = common doc include lib random_maps pod server socket src utils |
| 4 | |
| 5 | EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat |
| 6 | |
| 7 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure |
| 8 | |
| 9 | DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man |
| 10 | |
| 11 | archives: dist |
| 12 | (cd doc; make archive) |
| 13 | (cd lib; make archive) |
| 14 | |
| 15 | proto: |
| 16 | (cd common; make proto) |
| 17 | (cd server; make proto) |