broccoli python

Hi Sir, I have while configuring the broccoli-python

./configure it is ok

on make it show the below response

make: Nothing to be done for `all’.

and on python setup.py install
running install
running build
running build_py
running build_ext
building ‘_broccoli_intern’ extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I…/…/build/src -I/usr/include/python3.4m -c broccoli_intern_wrap.c -o build/temp.linux-x86_64-3.4/broccoli_intern_wrap.o
broccoli_intern_wrap.c:2950:22: fatal error: broccoli.h: No such file or directory
#include <broccoli.h>
^
compilation terminated.

I dont know how to solve

I have install bro on /nsm/bro path please guide.
Regards
Bilal

It sounds like you need to adjust your environment variables so that header file can be found.

-AK