mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
11 lines
143 B
Makefile
11 lines
143 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = uuid
|
|
|
|
C_SRCS = \
|
|
uuid.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|