chiark / gitweb /
login details box for disobedience. a bit unfriendly but does work.
[disorder] / disobedience / Makefile.am
index 35b296213eeb13ddce05f3791848815b87c4c80c..1f9bd88ecf797c0418a83b9f02dcd3ebeae144aa 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
@@ -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 progress.c login.c \
+                 ../lib/memgc.c
+disobedience_LDADD=../lib/libdisorder.a $(LIBPCRE) $(LIBGC) $(LIBGCRYPT)
 disobedience_LDFLAGS=$(GTK_LIBS)
 
 install-exec-hook: