xerces does not depend on SDL, so not rebuilt when libSDL version changes

This commit is contained in:
pelya
2010-10-19 17:14:30 +03:00
parent 105ddf3627
commit 23575576ca
2 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ XERCES_SUBDIRS := $(patsubst $(LOCAL_PATH)/%, %, $(shell find $(LOCAL_PATH)/src/
LOCAL_MODULE := xerces
LOCAL_CFLAGS := -DHAVE_CONFIG_H -I$(LOCAL_PATH) -I$(LOCAL_PATH)/src -I$(LOCAL_PATH)/.. -I$(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include
LOCAL_CFLAGS := -DHAVE_CONFIG_H -I$(LOCAL_PATH) -I$(LOCAL_PATH)/src -I$(LOCAL_PATH)/..
LOCAL_CPP_EXTENSION := .cpp