It is required to include dlog-internal.h if the build profile is DA.
Thus, .spec file is modified to set INCLUDE_INTERNAL as 1 if the build
profile is DA.
Change-Id: I47209a98397da1f175d39ae0e4466f93144451d9
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
%define WITH_VD_MV 0
%endif
-%if "%{WITH_VD}" == "1" || "%{WITH_VD_MV}" == "1"
+%if "%{WITH_VD}" == "1" || "%{WITH_VD_MV}" == "1" || "%{WITH_DA}" == "1"
%define INCLUDE_INTERNAL 1
%else
%define INCLUDE_INTERNAL 0