msi: Move database initialization to a separate function.
[wine] / dlls / sti / tests / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 TESTDLL   = sti.dll
7 IMPORTS   = ole32
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         sti.c
12
13 @MAKE_TEST_RULES@