2009-12-28  Yavor Doganov  <yavor@gnu.org>  (tiny change)

	Avoid undefined symbols.
	* PreferencePanes/GNUmakefile (LIBRARIES_DEPEND_UPON): Define.

--- systempreferences.app-1.1.0.orig/PreferencePanes/GNUmakefile
+++ systempreferences.app-1.1.0/PreferencePanes/GNUmakefile
@@ -9,6 +9,8 @@
   FRAMEWORK_NAME = PreferencePanes
 endif
 
+LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(OBJC_LIBS)
+
 $(FRAMEWORK_NAME)_OBJC_FILES = \
 NSPreferencePane.m 
                 
