Fixed a simple bug in the implementation of the ShellView objects.
[wine/multimedia.git] / files / Makefile.in
bloba9033cf3a0eb5c92304df829f5ed7f4d68f1d6d4
1 prefix = @prefix@
2 sysconfdir = @sysconfdir@
3 DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
4 TOPSRCDIR = @top_srcdir@
5 TOPOBJDIR = ..
6 SRCDIR = @srcdir@
7 VPATH = @srcdir@
8 MODULE = files
10 C_SRCS = \
11 async.c \
12 change.c \
13 directory.c \
14 dos_fs.c \
15 drive.c \
16 file.c \
17 profile.c
19 all: $(MODULE).o
21 @MAKE_RULES@
23 ### Dependencies: