
include $(GNUSTEP_MAKEFILES)/common.make

TOOL_NAME = StatusServer

NEEDS_GUI = NO

StatusServer_OBJC_FILES = StatusServer.m

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble

