mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
14 lines
227 B
Makefile
14 lines
227 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = winhttp.dll
|
|
IMPORTS = winhttp crypt32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
notification.c \
|
|
url.c \
|
|
winhttp.c
|
|
|
|
@MAKE_TEST_RULES@
|