mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
c1bfca04e1
Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
17 lines
238 B
Makefile
17 lines
238 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wsock32.dll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
protocol.c \
|
|
socket.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|