X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..18e6d6e66101ea041b94514e0edb2713e069abb0:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index c2e51a9..b197b90 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 @@ -23,19 +23,24 @@ 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_SOURCES=disorder.c authorize.c authorize.h \ + ../lib/memgc.c +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_SOURCES=disorderfm.c \ + ../lib/memgc.c +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_SOURCES=test-eclient.c \ + ../lib/memgc.c +test_eclient_LDADD=../lib/libdisorder.a \ + $(LIBDL) $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) +test_eclient_DEPENDENCIES=../lib/libdisorder.a install-exec-hook: $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)