Silence a noisy FIXME.
[wine/multimedia.git] / dlls / itss / Makefile.in
bloba04f9a10a8ebf82bd859d6d1b1d3481f7cd5756a
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = itss.dll
6 IMPORTS = ole32 user32 advapi32 kernel32 ntdll
7 EXTRALIBS = $(LIBUNICODE) -luuid
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
10 C_SRCS = \
11 chm_lib.c \
12 lzx.c \
13 itss.c \
14 moniker.c \
15 storage.c
17 IDL_SRCS = \
18 itss.idl
20 @MAKE_DLL_RULES@
22 ### Dependencies:
24 # note: this will get overwritten by make depend
25 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)