added CURLX_ONES again to object list for dynamic linking.

This commit is contained in:
Gunter Knauf 2009-01-26 07:33:29 +00:00
Родитель 5aeef9c1c8
Коммит f29e383575
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -120,8 +120,11 @@ COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
include Makefile.inc
curl_OBJECTS := $(patsubst %.c,%.o,$(strip $(CURL_SOURCES)))
# curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_ONES))))
# vpath %.c ../lib
ifdef DYN
curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_ONES))))
curl_OBJECTS += $(curlx_OBJECTS)
vpath %.c ../lib
endif
RESOURCE = curl.res