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

        * GNUmakefile (RSSKit_LIBRARIES_DEPEND_UPON): Add $(OBJC_LIBS).


--- RSSKit-0.3.orig/GNUmakefile
+++ RSSKit-0.3/GNUmakefile
@@ -15,7 +15,7 @@
 FRAMEWORK_NAME = RSSKit
 
 # Additional libraries
-RSSKit_LIBRARIES_DEPEND_UPON += $(FND_LIBS)
+RSSKit_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS)
 
 # The Objective-C source files to be compiled
 RSSKit_OBJC_FILES = \
