From 8bc9e52dccce661fcd89da8dddeb995269c2fb30 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Fri, 15 Jun 2012 10:42:32 +0000 Subject: [PATCH] fixing typo that breaks the build --- samples/android/face-detection/jni/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/android/face-detection/jni/Android.mk b/samples/android/face-detection/jni/Android.mk index 9271198bfc..9f484666f9 100644 --- a/samples/android/face-detection/jni/Android.mk +++ b/samples/android/face-detection/jni/Android.mk @@ -13,7 +13,7 @@ else endif LOCAL_SRC_FILES := DetectionBasedTracker_jni.cpp -LOCAL_C_INCLUDES := $(LOCAL_PATH) +LOCAL_C_INCLUDES += $(LOCAL_PATH) LOCAL_LDLIBS += -llog -ldl LOCAL_MODULE := detection_based_tacker