#
#	GNUmakefile
#
#	Author: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
#	Date:	July, 2003
#
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_USER_ROOT)

APP_NAME = GSInputServer
GSInputServer_OBJC_FILES = GSInputServer.m GSInputServerImpl.m

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