JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Make sure we open transient in same ws as parent; this does not work 100%
[spectrwm.git] / lib / Makefile
index c9970f4..1442460 100644 (file)
@@ -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 <bsd.lib.mk>
 .include <bsd.xorg.mk>