Browse Source

improve the Makefile install target for debian

tags/v1.0.0
Joakim Hernberg 12 years ago
parent
commit
8fe3fadf68
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +2
    -1
      README

+ 1
- 1
Makefile View File

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

+ 2
- 1
README View File

@@ -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…
Cancel
Save