msi: Register dlls directly in the SelfRegModules and SelfUnregModules actions.
[wine] / dlls / comcat / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = comcat.dll
6 IMPORTS   = ole32 advapi32
7
8 C_SRCS = \
9         comcat.c
10
11 @MAKE_TEST_RULES@