From 3e600ee7c558d5580faa078da0a8bcb8923dc45c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 29 Nov 2013 20:58:43 +0000 Subject: [PATCH] xduplic-copier: an attempt at correct library dependencies --- cprogs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cprogs/Makefile b/cprogs/Makefile index 549b13e..3dcc0e7 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -51,7 +51,8 @@ readbuffer.o writebuffer.o rwbuffer.o wrbufcore.o trivsoundd.o: rwbuffer.h xbatmon-simple: LDLIBS += -lX11 -lm -xduplic-copier: LDLIBS += -lXmu +xduplic-copier: LDLIBS += -lXmu -lSM -lICE -lXt -lXext +xduplic-copier: LDLIBS += -lX11 -lxcb -lXau -lXdmcmp summer: summer.o summer: LDLIBS += -lnettle -lgmp -- 2.30.2