seafile/Makefile.am
2012-07-27 19:47:42 +08:00

17 lines
335 B
Makefile

#if COMPILE_HTTPSERVER
# MAKE_HTTPSERVER = httpserver
#endif
if COMPILE_SERVER
MAKE_SERVER = server tools monitor $(MAKE_HTTPSERVER) controller
endif
if COMPILE_CLIENT
MAKE_CLIENT = daemon
endif
#SUBDIRS = include lib common daemon $(MAKE_CLINET) $(MAKE_SERVER) \
# app python tests
SUBDIRS = include lib common daemon server