X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=service%2Fother%2Frpc_library%2Ftool%2FMakefile;h=f4e13590d080c881a187d467337fd5a51021c71d;hb=3b1a450f99e6f5536384d22334418b6e82e9d3c4;hp=2ba913736b378c5274b56fd2b69bc660e3641fd0;hpb=075197f3c2eb7f375d9daee0d6b7f2eae2432074;p=staging%2Fbasesystem.git diff --git a/service/other/rpc_library/tool/Makefile b/service/other/rpc_library/tool/Makefile index 2ba9137..f4e1359 100755 --- a/service/other/rpc_library/tool/Makefile +++ b/service/other/rpc_library/tool/Makefile @@ -24,8 +24,8 @@ YFLAGS := -d -t LEX := flex LFLAGS := -d -CPPFLAGS := -I../library/include -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h -CFLAGS := -Wall -Wno-unused-function -Wno-unused-variable -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h +CPPFLAGS := -I../library/include -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h +CFLAGS := -Wall -Wno-unused-function -Wno-unused-variable -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h rpc_apidef: apidef.tab.o lex.yy.o apidef.o $(CXX) $(CPPFLAGS) -o $@ $^