## Process this file with automake to produce Makefile.in if ENABLE_SERVER SERVER_DIR = server endif if ENABLE_CLIENT CLIENT_DIR = src data scripts endif SUBDIRS = protocol $(SERVER_DIR) $(CLIENT_DIR) po DIST_SUBDIRS = protocol server src data scripts po DISTCLEANFILES = intltool-extract intltool-merge intltool-update doc_DATA = \ README \ COPYING \ AUTHORS \ ChangeLog \ INSTALL \ NEWS EXTRA_DIST = $(doc_DATA) \ intltool-extract.in intltool-merge.in intltool-update.in