Use BUILD_SERVER to decide whether to build X specific parts of gpbs or not.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2002-10-14 23:38:59 +00:00
parent 4f9dfe597a
commit f6fec66519
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-10-15 01:37 Alexander Malmberg <alexander@malmberg.org>
* Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build
X specific parts of gpbs or not.
2002-10-13 Adam Fedor <fedor@gnu.org>
* Version: 0.8.2.

View file

@ -41,6 +41,9 @@ font_cacher_OBJC_FILES = font_cacher.m
ifeq ($(BUILD_GRAPHICS),xlib)
TOOL_NAME += font_cacher
endif
ifeq ($(BUILD_SERVER),x11)
gpbs_OBJC_FILES += xpbs.m
ifeq ($(BACKEND_BUNDLE),yes)
font_cacher_OBJC_FILES += XGCommonFont.m