From 94511c672920e8ae0ebca4fca2a563a46d07b85b Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Tue, 18 Aug 2009 17:01:59 +0000 Subject: Missing libed_userpref in source/Makefile --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index b4d6ba9d013..cd2e7cf75ba 100644 --- a/source/Makefile +++ b/source/Makefile @@ -244,6 +244,7 @@ PULIB += $(OCGDIR)/blender/ed_image/$(DEBUG_DIR)libed_image.a PULIB += $(OCGDIR)/blender/ed_uvedit/$(DEBUG_DIR)libed_uvedit.a PULIB += $(OCGDIR)/blender/ed_screen/$(DEBUG_DIR)libed_screen.a PULIB += $(OCGDIR)/blender/ed_console/$(DEBUG_DIR)libed_console.a +PULIB += $(OCGDIR)/blender/ed_userpref/$(DEBUG_DIR)libed_userpref.a PULIB += $(OCGDIR)/blender/windowmanager/$(DEBUG_DIR)libwindowmanager.a PULIB += $(OCGDIR)/blender/python/$(DEBUG_DIR)libpython.a PULIB += $(OCGDIR)/blender/makesrna/$(DEBUG_DIR)librna.a -- cgit v1.2.3