X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=e7c9ebe77976c627d87d76b92442dd98b563b88b;hb=c2adf746f6c01b3d919f9505c67bc7526f39e3db;hp=c9970f417c623769810fb428dc1548941a9d3a46;hpb=6d08df47448f7f544d1814df558057cc45e845bd;p=spectrwm.git diff --git a/lib/Makefile b/lib/Makefile index c9970f4..e7c9ebe 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,6 +2,8 @@ .include +PREFIX?=/usr/local + LIB= swmhack NOMAN= yes SRCS= swm_hack.c @@ -16,7 +18,7 @@ CFLAGS+= -I${X11BASE}/include install: ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ - ${X11BASE}/lib/swmhack.so + ${PREFIX}/lib/ .include .include