aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.am8
-rw-r--r--apps/usage.c4
2 files changed, 8 insertions, 4 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am
index 57a6f69..f81709b 100644
--- a/apps/Makefile.am
+++ b/apps/Makefile.am
@@ -7,6 +7,9 @@
# $Id$
#
# $Log$
+# Revision 1.9 2008/02/20 18:33:37 james
+# *** empty log message ***
+#
# Revision 1.8 2008/02/20 18:31:44 james
# *** empty log message ***
#
@@ -41,10 +44,7 @@ noinst_PROGRAMS = sympathyd sympathy
noinst_HEADERS=clients.h client.h
sympathy_SOURCES = sympathy.c usage.c clients.c mainloop.c
-sympathy_LDADD = ../src/libsympathy.a -lutil
-
-sympathyd_SOURCES = sympathyd.c clients.c client.c
-sympathyd_LDADD = ../src/libsympathy.a -lutil
+sympathy_LDADD = ../src/libsympathy.la -lutil
AM_CFLAGS=-g -Werror
diff --git a/apps/usage.c b/apps/usage.c
index 0ef2667..b34d75b 100644
--- a/apps/usage.c
+++ b/apps/usage.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.5 2008/02/20 18:31:44 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/20 17:18:33 james
* *** empty log message ***
*
@@ -24,6 +27,7 @@ static char rcsid[] = "$Id$";
*
*/
+#include <stdio.h>
void
usage (void)