improve the Makefile install target for debian
This commit is contained in:
parent
4b0228fa88
commit
8fe3fadf68
2 changed files with 3 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
3
README
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue