X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..10e226b3dc53a157ef57f3f9dbc606c70465bdc8:/disobedience/Makefile.am diff --git a/disobedience/Makefile.am b/disobedience/Makefile.am index cfbba08..9897426 100644 --- a/disobedience/Makefile.am +++ b/disobedience/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,8 +24,10 @@ AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib AM_CFLAGS=$(GLIB_CFLAGS) $(GTK_CFLAGS) disobedience_SOURCES=disobedience.h disobedience.c client.c queue.c \ - choose.c misc.c style.h control.c properties.c menu.c -disobedience_LDADD=../lib/libdisorder.la + choose.c misc.c style.h control.c properties.c menu.c \ + log.c \ + ../lib/memgc.c +disobedience_LDADD=../lib/libdisorder.a $(LIBPCRE) $(LIBGC) $(LIBGCRYPT) disobedience_LDFLAGS=$(GTK_LIBS) install-exec-hook: @@ -44,4 +46,3 @@ EXTRA_DIST=disobedience.rc # check everything has working --help check-help: all ./disobedience --version > /dev/null -# arch-tag:SILYIkQB3aPIe8z+Ng994A