mpr: Don't stop enumeration on the first failing network provider.
[wine.git] / server / Makefile.in
blobaaaa8d34d5425cc09a5d606f5c191763988451dd
1 PROGRAMS = wineserver
3 C_SRCS = \
4 async.c \
5 atom.c \
6 change.c \
7 class.c \
8 clipboard.c \
9 completion.c \
10 console.c \
11 debugger.c \
12 device.c \
13 directory.c \
14 event.c \
15 fd.c \
16 file.c \
17 handle.c \
18 hook.c \
19 mach.c \
20 mailslot.c \
21 main.c \
22 mapping.c \
23 mutex.c \
24 named_pipe.c \
25 object.c \
26 process.c \
27 procfs.c \
28 ptrace.c \
29 queue.c \
30 region.c \
31 registry.c \
32 request.c \
33 semaphore.c \
34 serial.c \
35 signal.c \
36 snapshot.c \
37 sock.c \
38 symlink.c \
39 thread.c \
40 timer.c \
41 token.c \
42 trace.c \
43 unicode.c \
44 user.c \
45 window.c \
46 winstation.c
48 MANPAGES = \
49 wineserver.de.UTF-8.man.in \
50 wineserver.fr.UTF-8.man.in \
51 wineserver.man.in
53 EXTRALIBS = $(LDEXECFLAGS) -lwine $(POLL_LIBS) $(RT_LIBS)
55 INSTALL_LIB = $(PROGRAMS)