19 lines
322 B
Makefile
19 lines
322 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = hnetcfg.dll
|
|
IMPORTS = ole32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
apps.c \
|
|
hnetcfg.c \
|
|
manager.c \
|
|
policy.c \
|
|
profile.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|