X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..3a8b42d3b8549afa2da08757107f43c41d19ae0c:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index c2e51a9..aaf0efb 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -1,6 +1,6 @@ # # This file is part of DisOrder. -# Copyright (C) 2006 Richard Kettlewell +# Copyright (C) 2006, 2007 Richard Kettlewell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,18 +24,20 @@ noinst_PROGRAMS=test-eclient filename-bytes AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib disorder_SOURCES=disorder.c authorize.c authorize.h -disorder_LDADD=$(LIBOBJS) ../lib/libdisorder.la -disorder_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.la +disorder_LDADD=$(LIBOBJS) ../lib/libdisorder.a \ + $(LIBDL) $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) +disorder_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a disorderfm_SOURCES=disorderfm.c -disorderfm_LDADD=$(LIBOBJS) ../lib/libdisorder.la -disorderfm_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.la +disorderfm_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBGC) $(LIBICONV) +disorderfm_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a filename_bytes_SOURCES=filename-bytes.c test_eclient_SOURCES=test-eclient.c -test_eclient_LDADD=../lib/libdisorder.la -test_eclient_DEPENDENCIES=../lib/libdisorder.la +test_eclient_LDADD=../lib/libdisorder.a \ + $(LIBDL) $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) +test_eclient_DEPENDENCIES=../lib/libdisorder.a install-exec-hook: $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)