Add BUNDLE_LIBS

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-10-07 04:45:58 +00:00
parent 9e7640459b
commit 636c50825b
2 changed files with 5 additions and 3 deletions

View file

@ -77,13 +77,12 @@ ADDITIONAL_INCLUDE_DIRS = -I../Headers -I../Headers/gnustep
# What are the libraries this library depends upon. This is needed for some
# systems where building a shared library requires to pass to the linker
# all the libraries the target library depends upon.
#LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) $(FND_LIBS) $(SYSTEM_LIBS)
ifneq ($(GUI_LIB), nx)
libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
libgmodel_BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
else
libgmodel_LIBRARIES_DEPEND_UPON = $(FND_LIBS)
libgmodel_BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
endif
nib2gmodel_LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) \
$(FND_LIBS) $(SYSTEM_LIBS)