clipnotify

Notify on new X clipboard events
git clone https://git.sinitax.com/cdown/clipnotify
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 36ee24aafb70f5d0aa9216139b929bfbd18a9f92
parent eb156445572bad2eec7ac6f2dd7cd21d2eaaca6e
Author: Chris Down <chris@chrisdown.name>
Date:   Thu,  1 Nov 2018 00:38:11 +0000

Add BSD include/libdirs for X11

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,2 +1,4 @@ +x11_bsd_flags = -I/usr/X11R6/include -L/usr/X11R6/lib + all: - ${CC} ${CFLAGS} ${LDFLAGS} clipnotify.c -o clipnotify -lX11 -lXfixes + ${CC} ${CFLAGS} ${LDFLAGS} clipnotify.c -o clipnotify $(x11_bsd_flags) -lX11 -lXfixes