From: Marco Peereboom Date: Sat, 26 Sep 2009 16:40:08 +0000 (+0000) Subject: Fix stupid lib install location, from sthen X-Git-Tag: SCROTWM_0_9_30~211 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/de776ba84d1033716a58b79828cab79390165f0a Fix stupid lib install location, from sthen --- diff --git a/lib/Makefile b/lib/Makefile index c9970f4..1442460 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -16,7 +16,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 diff --git a/scrotwm.c b/scrotwm.c index ad68c82..1e1987d 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -150,7 +150,7 @@ u_int32_t swm_debug = 0 #define SWM_MAX_FONT_STEPS (3) #ifndef SWM_LIB -#define SWM_LIB "/usr/local/lib/libswmhack.so.0.0" +#define SWM_LIB "/usr/local/lib/libswmhack.so" #endif char **start_argv;