2010-05-19  Yavor Doganov  <yavor@gnu.org>

	* RSSKit/GNUmakefile (libRSSKit_LIBRARIES_DEPEND_UPON): Add
          $(OBJC_LIBS).


--- grr.app-0.6.2.dfsg.orig/RSSKit/GNUmakefile
+++ grr.app-0.6.2.dfsg/RSSKit/GNUmakefile
@@ -35,7 +35,7 @@
 #GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
 
 # Additional libraries
-libRSSKit_LIBRARIES_DEPEND_UPON += $(FND_LIBS)
+libRSSKit_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS)
 
 # The Objective-C source files to be compiled
 libRSSKit_OBJC_FILES = \
