wine/dlls/hnetcfg/Makefile.in
Alistair Leslie-Hughes d65bd95ecd hnetcfg: Link to uuid library.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-16 14:01:09 +02:00

16 lines
209 B
Makefile

MODULE = hnetcfg.dll
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
C_SRCS = \
apps.c \
hnetcfg.c \
manager.c \
policy.c \
port.c \
profile.c \
service.c
IDL_SRCS = \
hnetcfg.idl \
hnetcfg_tlb.idl