Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2007-12-29 19:12:35 +0300
committerTon Roosendaal <ton@blender.org>2007-12-29 19:12:35 +0300
commit97f144b5ff2ec803b67d6aa2065cd7240e7c6e99 (patch)
tree78fe41ffbb7560c179ad21598f4855703279c8bc /source/blender/editors/datafiles
parent878e09396e74f14c73bd1e97b01d5406b17ed858 (diff)
And now blender will link again! However, with a bad stub.c
That's going to be tackled.
Diffstat (limited to 'source/blender/editors/datafiles')
-rw-r--r--source/blender/editors/datafiles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/datafiles/Makefile b/source/blender/editors/datafiles/Makefile
index 302267be505..4162125623e 100644
--- a/source/blender/editors/datafiles/Makefile
+++ b/source/blender/editors/datafiles/Makefile
@@ -28,7 +28,7 @@
#
# Makes module object directory and bounces make to subdirectories.
-LIBNAME = editors_datafiles
+LIBNAME = ed_datafiles
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk