# Process with automake to produce Makefile.in # Split the code up into client and server bits # Server components should only rely on non X Window stuff # Client components can rely on whatever. server_SUBDIRS = lib server support docs client_SUBDIRS = client data ##if COMPILE_CLIENT clients = $(client_SUBDIRS) ##else ##clients = ## SUBDIRS = po intl $(server_SUBDIRS) $(clients) # # Extra cruft not covered by the auto* system # EXTRA_DIST = MAINTAINERS DIR_ROADMAP