Create a symbolic link to ole/libuuid.a.

This commit is contained in:
Francois Gouget 2000-12-15 22:59:16 +00:00 committed by Alexandre Julliard
parent 73995e2e4c
commit 847c874025
1 changed files with 4 additions and 0 deletions

View File

@ -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