Changed the name of a file and some lines
[staging/basesystem.git] / hal / input_hal / Makefile
index d03b12d..a8eb138 100755 (executable)
@@ -26,14 +26,14 @@ CXXFLAGS := -I./inc/
 CXXFLAGS += -I./hal_api/
 CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include/basesystem
 CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include/libdrm
-CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h
+CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h
 
 ######### compile options #######################
 CXXFLAGS += -Wall -fPIC
 CXXFLAGS += -D_USE_DRM
 
 ######### link options ##########################
-LDFLAGS := -shared
+LDFLAGS += -shared
 LDFLAGS += -Wl,--no-as-needed
 LDFLAGS += -Wl,--no-undefined
 LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem