aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-02-20 18:33:37 +0000
committerjames <>2008-02-20 18:33:37 +0000
commit2bd12c505855b89712fa3bc287d4a504d737e0e3 (patch)
tree721943b314be6eb069ac97a089a7e31f8f3585e5 /apps
parente87e545fd99fa20f207e6960b1ee7647fd5573b3 (diff)
downloadsympathy-2bd12c505855b89712fa3bc287d4a504d737e0e3.tar.gz
sympathy-2bd12c505855b89712fa3bc287d4a504d737e0e3.tar.bz2
sympathy-2bd12c505855b89712fa3bc287d4a504d737e0e3.zip
*** empty log message ***
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)