Changed the name of a file and some lines
[staging/basesystem.git] / service / other / rpc_library / tool / Makefile
index 2ba9137..f4e1359 100755 (executable)
@@ -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 $@ $^