diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-21 22:51:03 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-21 23:11:51 +0100 |
commit | e8b7431305bf5b75d8d7a76ba6b639f12b0136ee (patch) | |
tree | 764de65db183861e5c4a729945c69fe48a4832f2 /packages | |
parent | ddf47196945d444cbf7e297251ddc3768ea79dd5 (diff) |
build: Renamed CURLX_ONES file list definition to CURLX_CFILES
Renamed the CURLX_ONES file list definition in order to a) try and be
consistent with other file lists and b) to allow for the addition of
the curlx header files, which will assist with Visual Studio project
files generation rather than hard coding those files.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Android/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Android/Android.mk b/packages/Android/Android.mk index 3e94b80e8..301ab9e7c 100644 --- a/packages/Android/Android.mk +++ b/packages/Android/Android.mk @@ -104,7 +104,7 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := libc LOCAL_C_INCLUDES += $(LOCAL_PATH)/include $(LOCAL_PATH)/lib -# This may also need to include $(CURLX_ONES) in order to correctly link +# This may also need to include $(CURLX_CFILES) in order to correctly link # if libcurl is changed to be built as a dynamic library LOCAL_CFLAGS += $(common_CFLAGS) |