Makefile.in 342 Bytes
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = winhttp.dll
IMPORTLIB = winhttp
IMPORTS   = wininet kernel32
DELAYIMPORTS = crypt32

C_SRCS = \
	handle.c \
	main.c \
	net.c \
	request.c \
	session.c

@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend