--- deliantra/server/Makefile.am 2006/12/15 19:29:18 1.14 +++ deliantra/server/Makefile.am 2007/03/05 19:10:49 1.15 @@ -1,17 +1,10 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = include common random_maps socket server src lib ext utils pod +SUBDIRS = include common random_maps socket server lib ext utils pod doc -EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat +EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh TODO 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)