diff options
Diffstat (limited to 'agl-basefiles')
-rw-r--r-- | agl-basefiles/include/agl_types_deprecated.h (renamed from agl-basefiles/include/agl_types_obsoluted.h) | 0 | ||||
-rw-r--r-- | agl-basefiles/share/agl.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/agl-basefiles/include/agl_types_obsoluted.h b/agl-basefiles/include/agl_types_deprecated.h index 0f7e86d..0f7e86d 100644 --- a/agl-basefiles/include/agl_types_obsoluted.h +++ b/agl-basefiles/include/agl_types_deprecated.h diff --git a/agl-basefiles/share/agl.mk b/agl-basefiles/share/agl.mk index cde65cc..dfcf908 100644 --- a/agl-basefiles/share/agl.mk +++ b/agl-basefiles/share/agl.mk @@ -86,7 +86,7 @@ DESTDIR ?= $(SDKTARGETSYSROOT) WARN_FLAGS ?= -Wall DEBUG_FLAGS ?= -g -AUTO_INCLUDE := -include $(SYSROOT)/usr/include/basesystem/agl_types_obsoluted.h +AUTO_INCLUDE := -include $(SYSROOT)/usr/include/basesystem/agl_types_deprecated.h AGLCFLAGS := $(CFLAGS) $(COMPONENT_CFLAGS) AGLCXXFLAGS := $(CXXFLAGS) $(COMPONENT_CXXFLAGS) AGLCPPFLAGS := $(CPPFLAGS) $(COMPONENT_CPPFLAGS) |