libs-base/Tests/base/NSURLHandle/Helpers/GNUmakefile
Richard Frith-MacDonald 69d6cfa99d Some testcase reliability improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39957 72102866-910b-0410-8b05-ffd578937521
2016-07-01 15:22:35 +00:00

13 lines
228 B
Makefile

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