mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
19 lines
278 B
Makefile
19 lines
278 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msi.dll
|
|
IMPORTS = cabinet msi advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
db.c \
|
|
format.c \
|
|
install.c \
|
|
msi.c \
|
|
package.c \
|
|
record.c \
|
|
suminfo.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|