user32/tests: Fix more DDE test failures on Win9x.
[wine] / dlls / xmllite / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = xmllite.dll
6 IMPORTS   = kernel32
7
8 C_SRCS = \
9         reader.c \
10         xmllite_main.c
11
12 @MAKE_DLL_RULES@