mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Partial fix for #16453
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5d929ce42
commit
d72094d9e5
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-10-28 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* back.make.in: Use correct flags;
|
||||
* Source/GNUmakefile.preamble: Add library depends for backend.
|
||||
(Partial fix for Bug #16453, see also gui).
|
||||
|
||||
2006-10-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XIMInputServer.m (-initWithDelegate:display:name:):
|
||||
|
|
|
@ -52,7 +52,8 @@ ADDITIONAL_LIB_DIRS += $(GRAPHIC_LFLAGS)
|
|||
libgnustep-$(BACKEND_FULL)_BUNDLE_LIBS = $(GRAPHIC_LIBS)
|
||||
|
||||
ifeq ($(BACKEND_BUNDLE),)
|
||||
libgnustep-$(BACKEND_FULL)_LIBRARIES_DEPEND_UPON = $(GRAPHIC_LIBS)
|
||||
libgnustep-$(BACKEND_FULL)_LIBRARIES_DEPEND_UPON = \
|
||||
-lgnustep-gui -l$(FOUNDATION_LIBRARY_NAME) $(GRAPHIC_LIBS)
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
@ -24,9 +24,9 @@ ifeq ($(BACK_MAKE_LOADED),)
|
|||
BACK_MAKE_LOADED=yes
|
||||
|
||||
ifeq ($(BACKEND_BUNDLE),)
|
||||
GRAPHIC_LIBS=@GRAPHIC_LIBS@
|
||||
GRAPHIC_CFLAGS=@GRAPHIC_CFLAGS@
|
||||
GRAPHIC_LFLAGS=@GRAPHIC_LFLAGS@
|
||||
GRAPHIC_LIBS=@LIBS@
|
||||
GRAPHIC_CFLAGS=@CPPFLAGS@
|
||||
GRAPHIC_LFLAGS=@LDFLAGS@
|
||||
X_PRE_LIBS=@X_PRE_LIBS@
|
||||
|
||||
BACKEND_LDFLAGS =
|
||||
|
|
Loading…
Reference in a new issue