Revision: 18029
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18029
Author:   sirdude
Date:     2008-12-23 16:53:46 +0100 (Tue, 23 Dec 2008)

Log Message:
-----------
Fix for makefiles (was missing rna include)

Kent

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_action/Makefile

Modified: 
branches/blender2.5/blender/source/blender/editors/space_action/Makefile
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_action/Makefile    
2008-12-23 12:25:44 UTC (rev 18028)
+++ branches/blender2.5/blender/source/blender/editors/space_action/Makefile    
2008-12-23 15:53:46 UTC (rev 18029)
@@ -46,6 +46,7 @@
 CPPFLAGS += -I../../makesdna
 CPPFLAGS += -I../../imbuf
 CPPFLAGS += -I../../python
+CPPFLAGS += -I../../makesrna
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 
 # own include 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to