X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4f8132b3d83dc46d4ab2321ef5b838da406bd100..8d251217b5cfeae9d277054a456c4064eabde569:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index 5456bd1..1ec55a9 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -25,7 +25,7 @@ AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib disorder_SOURCES=disorder.c authorize.c authorize.h \ ../lib/memgc.c disorder_LDADD=$(LIBOBJS) ../lib/libdisorder.a \ - $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) $(LIBDB) + $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) $(LIBDB) $(LIBPTHREAD) disorder_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a disorderfm_SOURCES=disorderfm.c \