16 lines
255 B
Makefile
16 lines
255 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mmdevapi.dll
|
|
IMPORTS = ole32 version user32 kernel32
|
|
|
|
C_SRCS = \
|
|
capture.c \
|
|
dependency.c \
|
|
mmdevenum.c \
|
|
propstore.c \
|
|
render.c
|
|
|
|
@MAKE_TEST_RULES@
|