--- deliantra/server/Makefile.am 2006/02/03 07:11:13 1.1.1.1 +++ deliantra/server/Makefile.am 2006/09/08 00:14:34 1.9 @@ -1,12 +1,11 @@ +AUTOMAKE_OPTIONS = foreign -if HAVE_X - CROSSEDIT = crossedit -endif - -SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT) +SUBDIRS = common doc include lib random_maps pod server socket src utils EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure + DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man archives: dist @@ -16,7 +15,3 @@ proto: (cd common; make proto) (cd server; make proto) - (cd plugins; make proto) - @if [ "X$(NO_X)" != "Xyes" ]; then \ - (cd crossedit; make proto) \ - fi