From 0ee4fde3bb7dbb0a29a578a21cdac4ec153acbf3 Mon Sep 17 00:00:00 2001 From: fedor Date: Wed, 11 Dec 2002 04:11:59 +0000 Subject: [PATCH] make fixups git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15280 72102866-910b-0410-8b05-ffd578937521 --- Model/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Model/GNUmakefile b/Model/GNUmakefile index 3b414bc87..af2fc0644 100644 --- a/Model/GNUmakefile +++ b/Model/GNUmakefile @@ -89,7 +89,9 @@ nib2gmodel_LIBRARIES_DEPEND_UPON = $(BACKEND_LIBS) $(GUI_LIBS) \ -include GNUmakefile.local +ifeq ($(FOUNDATION_LIB), nx) include $(GNUSTEP_MAKEFILES)/bundle.make +endif include $(GNUSTEP_MAKEFILES)/library.make include $(GNUSTEP_MAKEFILES)/tool.make include $(GNUSTEP_MAKEFILES)/application.make