Chris reported build errors w/ traditional makefiles.

This commit moves the 2 undefined references to BPY_interface.c and
changes things a little, hopefully fixing the problem.  I had to add a new dir,
source/blender/include/ to auto*'s Makefile.am in source/blender/python/.

Thanks Chris for the report, and Jiri, for adding a missing declaration.
This commit is contained in:
Willian Padovani Germano
2003-12-15 18:18:09 +00:00
parent 436bb963f1
commit 050dc02134
6 changed files with 68 additions and 75 deletions

View File

@@ -37,4 +37,3 @@ void initBlenderApi2_2x (void);
void clearScriptLinks (void);
ScriptLink * setScriptLinks(ID *id, short event);
void discardFromBDict (char *key);
void EXPP_move_to_spacescript (struct Script *script);