--- deliantra/server/Makefile.am 2006/07/02 15:05:13 1.3 +++ deliantra/server/Makefile.am 2007/03/05 19:54:49 1.16 @@ -1,22 +1,10 @@ +AUTOMAKE_OPTIONS = foreign -CROSSEDIT = @CROSSEDIT@ +SUBDIRS = include common random_maps socket server lib ext utils pod doc -SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT) +EXTRA_DIST = AUTHORS Changes COPYING DEVELOPERS autogen.sh TODO -EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat - -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man -archives: dist - (cd doc; make archive) - (cd lib; make archive) - -proto: - (cd common; make proto) - (cd server; make proto) - (cd plugins; make proto) - @if [ "X$(NO_X)" != "Xyes" ]; then \ - (cd crossedit; make proto) \ - fi