52e6d3795c
* BUG: Use pkg-config utility now. git-svn-id: svn://localhost/gambas/trunk@1120 867c0c6c-44f3-4631-809d-bfa615b0a4ec
22 lines
399 B
Makefile
22 lines
399 B
Makefile
COMPONENT = gb.net.curl
|
|
include $(top_srcdir)/component.am
|
|
|
|
INCLUDES = @CURL_INC@
|
|
|
|
gblib_LTLIBRARIES = gb.net.curl.la
|
|
|
|
gb_net_curl_la_LIBADD = @CURL_LIB@
|
|
gb_net_curl_la_LDFLAGS = -module @LD_FLAGS@ @CURL_LDFLAGS@
|
|
|
|
gb_net_curl_la_SOURCES = \
|
|
gbcurl.h gbcurl.c \
|
|
main.h main.c \
|
|
CCurl.h CCurl.c \
|
|
CHttpClient.h CHttpClient.c \
|
|
CFtpClient.h CFtpClient.c \
|
|
CNet.h CNet.c \
|
|
CProxy.h CProxy.c
|
|
|
|
|
|
|
|
|