diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-02 12:24:54 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-02 12:24:54 +0200 |
commit | f97a7eb400f014011c036230787926171b88527a (patch) | |
tree | 8ed6f70054fa37c4dd0a7e285d20ad0b9073dfd6 /src/Makefile.b32 | |
parent | 3cf658fc24629d2ea067d1f9dd6204f1a4e59f67 (diff) | |
download | curl-f97a7eb400f014011c036230787926171b88527a.tar.gz |
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
Diffstat (limited to 'src/Makefile.b32')
-rw-r--r-- | src/Makefile.b32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 5406c738d..7408dd2d9 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -65,7 +65,7 @@ LINKLIB = $(LINKLIB) $(OPENSSL_PATH)/out32/ssleay32.lib $(OPENSSL_PATH)/out32/l top_srcdir = .. !include Makefile.inc -CSOURCES = $(CURL_SOURCES) $(CURLX_ONES) +CSOURCES = $(CURL_CFILES) $(CURLX_ONES) OBJECTS = $(CSOURCES:.c=.obj) .c.obj: |