| version 1.25 | | version 1.26 |
|---|
| | |
| | | |
| SUBDIRS = common random_maps socket server include lib utils doc plugin crossedit | | SUBDIRS = common random_maps socket server include lib utils doc plugin crossedit |
| | | |
| EXTRA_DIST = CHANGES CREDITS DEVELOPERS License autogen.sh run_win32.bat | | EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat |
| | | |
| DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man | | DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man |
| subdir = . | | subdir = . |
| | |
| uninstall-info-recursive all-recursive install-data-recursive \ | | uninstall-info-recursive all-recursive install-data-recursive \ |
| install-exec-recursive installdirs-recursive install-recursive \ | | install-exec-recursive installdirs-recursive install-recursive \ |
| uninstall-recursive check-recursive installcheck-recursive | | uninstall-recursive check-recursive installcheck-recursive |
| DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \ | | DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ |
| TODO acinclude.m4 aclocal.m4 config.guess config.sub configure \ | | Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \ |
| configure.ac | | config.sub configure configure.ac |
| DIST_SUBDIRS = $(SUBDIRS) | | DIST_SUBDIRS = $(SUBDIRS) |
| all: all-recursive | | all: all-recursive |
| | | |