blob: 957446354ae42f76a775baf18d2950ce8b58d88e [file] [log] [blame]
# Get the current local path as the first operation
LOCAL_PATH := $(call get_makefile_dir)
# Clear out the variables used in the local makefiles
include $(MK)/clear.mk
TARGET := pvaacffrecognizer
XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
SRCDIR := ../../src
INCSRCDIR := ../../include
SRCS := pvaacffrec_factory.cpp \
pvaacffrec_plugin.cpp
HDRS := pvaacffrec_factory.h
include $(MK)/library.mk