Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- wmaloader-0.1.orig/Makefile
+++ wmaloader-0.1/Makefile
@@ -17,13 +17,13 @@
# Where to install binary
-DEST=/usr/local/bin
+DEST=/usr/sbin
# Path to uPnP include files
-UPNP_INC=/usr/local/upnp
+UPNP_INC=/usr/include/upnp
# Path to uPnP libraries
-UPNP_LIBS=/usr/local/lib/upnp
+UPNP_LIBS=/usr/lib
CC=gcc
LDFLAGS=-lixml -lupnp -lthreadutil -L$(UPNP_LIBS)