Commit 847c8740 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Create a symbolic link to ole/libuuid.a.

parent 73995e2e
......@@ -39,6 +39,7 @@ LIBRARIES = \
# Libraries symlinks to create at the top level
LIBSYMLINKS = \
libuuid.a \
libwine.$(LIBEXT) \
libwine_tsx11.$(LIBEXT) \
libwine_unicode.$(LIBEXT)
......@@ -103,6 +104,9 @@ libwine_tsx11.$(LIBEXT): tsx11/libwine_tsx11.$(LIBEXT)
libwine_unicode.$(LIBEXT): unicode/libwine_unicode.$(LIBEXT)
$(RM) $@ && $(LN_S) unicode/libwine_unicode.$(LIBEXT) $@
libuuid.a: ole/libuuid.a
$(RM) $@ && $(LN_S) ole/libuuid.a $@
# Dependencies between directories
$(DLLOBJS) $(PROGRAMS): tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment