--- deliantra/server/Makefile.am 2006/08/28 16:52:50 1.6 +++ deliantra/server/Makefile.am 2006/09/08 04:53:11 1.13 @@ -1,9 +1,10 @@ +AUTOMAKE_OPTIONS = foreign -SUBDIRS = include common random_maps socket server lib utils doc devel +SUBDIRS = include common random_maps socket server src lib utils pod 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 @@ -14,4 +15,3 @@ proto: (cd common; make proto) (cd server; make proto) - (cd plugins; make proto)