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:
authorStefan Gartner <stefang@aon.at>2009-07-30 22:19:46 +0400
committerStefan Gartner <stefang@aon.at>2009-07-30 22:19:46 +0400
commit1c6cb51e654b03dea0d33f5c35ae50c1e93c6437 (patch)
treed029cd67127fb7422022bf8cf33e5f9db27ebdd9 /intern/Makefile
parent2f79219c07c60bcfdac9787710ed573d034e4ea3 (diff)
2.5:
first step at adding Makefiles for smoke NOTE: someone needs to add $(NAN_SMOKE)/lib/$(DEBUG_DIR)/libsmoke.a to source/Makefile to make it link
Diffstat (limited to 'intern/Makefile')
-rw-r--r--intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/Makefile b/intern/Makefile
index 995dc56c7d3..b559ce6978a 100644
--- a/intern/Makefile
+++ b/intern/Makefile
@@ -32,7 +32,7 @@ SOURCEDIR = intern
# include nan_subdirs.mk
ALLDIRS = string ghost guardedalloc moto container memutil
-ALLDIRS += decimation iksolver bsp SoundSystem opennl elbeem boolop
+ALLDIRS += decimation iksolver bsp SoundSystem opennl elbeem boolop smoke
all::
@for i in $(ALLDIRS); do \