blob: 0d68d38c533a6709b5a2aa8315bd200289190708 [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 := pvmimeutils
XCXXFLAGS := $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
SRCDIR := ../../src
INCSRCDIR := ../../src
# compose final src list for actual build
SRCS := pv_mime_string_utils.cpp
HDRS := pv_mime_string_utils.h
include $(MK)/library.mk