diff --git a/Makefile b/Makefile index 1d2440d..1ef0029 100644 --- a/Makefile +++ b/Makefile @@ -114,4 +114,4 @@ $(wineasio_dll_MODULE).so: $(wineasio_dll_OBJS) $(WINECC) $(wineasio_dll_LDFLAGS) -o $@ $(wineasio_dll_OBJS) $(wineasio_dll_LIBRARY_PATH) $(DEFLIB) $(wineasio_dll_DLLS:%=-l%) $(wineasio_dll_LIBRARIES:%=-l%) install: - if [ -d $(PREFIX)/lib32/wine ]; then cp wineasio.dll.so $(PREFIX)/lib32/wine; else cp wineasio.dll.so $(PREFIX)/lib/wine; fi + if [ -d $(PREFIX)/lib32/wine ]; then cp wineasio.dll.so $(DESTDIR)$(PREFIX)/lib32/wine; else cp wineasio.dll.so $(DESTDIR)$(PREFIX)/lib/wine; fi diff --git a/README b/README index 2254793..ee31129 100644 --- a/README +++ b/README @@ -156,7 +156,8 @@ Portions copyright (C) 2008 William Steidtmann Portions copyright (C) 2010 Peter L Jones Portions copyright (C) 2010 Torben Hohn Portions copyright (C) 2010 Nedko Arnaudov -Portions copyright (C) 2010 Joakim Hernberg +Portions copyright (C) 2011 Christian Schoenebeck +Portions copyright (C) 2013 Joakim Hernberg This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public