2009-03-25  Yavor Doganov  <yavor@gnu.org>

	* GNUmakefile (LIBRARIES_DEPEND_UPON): New variable; link against
	libraries we use symbols from.

--- biococoa.orig/GNUmakefile	2009-03-25 21:20:36.000000000 +0200
+++ biococoa/GNUmakefile	2009-03-25 21:21:13.000000000 +0200
@@ -33,6 +33,8 @@
 
 FRAMEWORK_NAME = BioCocoa
 
+LIBRARIES_DEPEND_UPON += $(FND_LIBS) $(OBJC_LIBS)
+
 BioCocoa_SUBPROJECTS = \
 BCFoundation
 
