blob: 7f3c317164226b07ffb1ebb6f3e2b0d704133775 [file] [log] [blame]
Marius Renn6acb9a72011-05-25 13:40:38 -07001# Add a couple include paths to use stlport.
2OPENCV := $(call my-dir)
3
4# Make sure bionic is first so we can include system headers.
5LOCAL_C_INCLUDES := \
6 $(OPENCV)/cv/include \
7 $(OPENCV)/cxcore/include \
8 $(OPENCV)/cvaux/include \
9 $(OPENCV)/ml/include \
10 $(OPENCV)/otherlibs/highgui \
11 $(LOCAL_C_INCLUDES)