mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
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.
This commit is contained in:
parent
ddf4719694
commit
e8b7431305
9 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue