mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
c1bfca04e1
Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
25 lines
345 B
Makefile
25 lines
345 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avifil32.dll
|
|
ALTNAMES = avifile.dll
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
api.c \
|
|
comentry.c \
|
|
iafile.c \
|
|
iastream.c \
|
|
igframe.c \
|
|
main.c \
|
|
string.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|