mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
build: Slight rename of new LIB_* makefile file variables
In order to try and be consistent between curl and libcurl renamed the recently introduced LIB_* makefile file variables.
This commit is contained in:
parent
29d790fe60
commit
6f6646d6e9
2 changed files with 12 additions and 12 deletions
10
Makefile.am
10
Makefile.am
|
|
@ -267,11 +267,11 @@ vc-ide: $(VC6_LIBDSP_DEPS) $(VC6_SRCDSP_DEPS) $(VC7_LIBVCPROJ_DEPS) \
|
|||
$(VC9_SRCVCPROJ_DEPS) $(VC10_LIBVCXPROJ_DEPS) $(VC10_SRCVCXPROJ_DEPS) \
|
||||
$(VC11_LIBVCXPROJ_DEPS) $(VC11_SRCVCXPROJ_DEPS) $(VC12_LIBVCXPROJ_DEPS) \
|
||||
$(VC12_SRCVCXPROJ_DEPS)
|
||||
@(win32_lib_srcs='$(LIB_CSOURCES)'; \
|
||||
win32_lib_hdrs='$(LIB_HHEADERS) config-win32.h'; \
|
||||
win32_lib_rc='$(LIB_RC)'; \
|
||||
win32_lib_vtls_srcs='$(LIB_VTLS_CSOURCES)'; \
|
||||
win32_lib_vtls_hdrs='$(LIB_VTLS_HHEADERS)'; \
|
||||
@(win32_lib_srcs='$(LIB_CFILES)'; \
|
||||
win32_lib_hdrs='$(LIB_HFILES) config-win32.h'; \
|
||||
win32_lib_rc='$(LIB_RCFILES)'; \
|
||||
win32_lib_vtls_srcs='$(LIB_VTLS_CFILES)'; \
|
||||
win32_lib_vtls_hdrs='$(LIB_VTLS_HFILES)'; \
|
||||
win32_src_srcs='$(CURL_CFILES)'; \
|
||||
win32_src_hdrs='$(CURL_HFILES)'; \
|
||||
win32_src_rc='$(CURL_RCFILES)'; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue