Patch to support building with binutils-gold.

Author: Chris Taylor
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,7 @@ build: audtty
 all: audtty
 
 audtty: ${BINS}
-	cc -g -O2 -g2 -Wall -Werror -lncursesw -laudclient ${LDFLAGS} -o audtty $(BINS)
+	cc -g -O2 -g2 -Wall -Werror -lgobject-2.0 -ldbus-glib-1 -lglib-2.0 -lncursesw -laudclient ${LDFLAGS} -o audtty $(BINS)
 
 .c.o:
 	cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $<
