chiark / gitweb /
minor tidying following last change
[disorder] / disobedience / Makefile.am
index cfbba085771664bd66689f9f49b8ee33bb747870..7d500ed8cfb0be479ecdb5392fe24e1213dfa01d 100644 (file)
@@ -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
@@ -25,7 +25,7 @@ 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
+disobedience_LDADD=../lib/libdisorder.a $(LIBPCRE) $(LIBGC) $(LIBGCRYPT)
 disobedience_LDFLAGS=$(GTK_LIBS)
 
 install-exec-hook:
@@ -44,4 +44,3 @@ EXTRA_DIST=disobedience.rc
 # check everything has working --help
 check-help: all
        ./disobedience --version > /dev/null
-# arch-tag:SILYIkQB3aPIe8z+Ng994A