mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = libstrmiids.a
|
|
|
|
C_SRCS = \
|
|
strmiids.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
### Dependencies:
|