shlwapi: Add a slash to the URL if there is no path component.
[wine] / dlls / quartz / Makefile.in
index e7c77e6..8f714cd 100644 (file)
@@ -3,25 +3,37 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = quartz.dll
-IMPORTS   = ole32 oleaut32 advapi32 kernel32 user32
-EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
-
-LDDLLFLAGS = @LDDLLFLAGS@
-SYMBOLFILE = $(MODULE).tmp.o
+IMPORTLIB = libquartz.$(IMPLIBEXT)
+IMPORTS   = dsound msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 kernel32
+EXTRALIBS = -lstrmiids -luuid
 
 C_SRCS = \
+       acmwrapper.c \
+       avidec.c \
+       avisplit.c \
+       control.c \
+       dsoundrender.c \
+       enumfilters.c \
        enummedia.c \
        enummoniker.c \
        enumpins.c \
+       enumregfilters.c \
        filesource.c \
        filtergraph.c \
        filtermapper.c \
        main.c \
+       memallocator.c \
+       mpegsplit.c \
+       parser.c \
        pin.c \
-       regsvr.c
+       regsvr.c \
+       systemclock.c \
+       transform.c \
+       videorenderer.c \
+       waveparser.c
 
 RC_SRCS = version.rc
 
 @MAKE_DLL_RULES@
 
-### Dependencies:
+@DEPENDENCIES@  # everything below this line is overwritten by make depend