Fixed make install from read-only build directory (spotted by Marcus
[wine/wine64.git] / dlls / shlwapi / Makefile.in
blobb9f1be8b16f72b3fc49718b3cef9c92596365d3a
1 EXTRADEFS = -D_SHLWAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = shlwapi.dll
7 IMPORTS = user32 gdi32 advapi32 kernel32
8 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 C_SRCS = \
14 ordinal.c \
15 path.c \
16 reg.c \
17 regstream.c \
18 shlwapi_main.c \
19 string.c \
20 url.c \
21 wsprintf.c
23 EXTRASUBDIRS = tests
25 CTESTS = \
26 tests/shreg.c
28 @MAKE_DLL_RULES@
30 ### Dependencies: