From 8e3109cc4dc4d969084fe455c549f9422d73b5c0 Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 6 Feb 2008 11:30:45 +0000 Subject: *** empty log message *** --- apps/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/Makefile.am') diff --git a/apps/Makefile.am b/apps/Makefile.am index 0ef4af7..f2b82b4 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -7,6 +7,9 @@ # $Id$ # # $Log$ +# Revision 1.2 2008/02/06 11:30:45 james +# *** empty log message *** +# # Revision 1.1 2008/02/03 16:20:24 james # *** empty log message *** # @@ -18,10 +21,10 @@ INCLUDES = -I$(srcdir)/../src noinst_PROGRAMS = sympathyd sympathy sympathy_SOURCES = sympathy.c -sympathy_LDADD = ../src/libsympathy.la +sympathy_LDADD = ../src/libsympathy.la -lutil sympathyd_SOURCES = sympathyd.c -sympathyd_LDADD = ../src/libsympathy.la +sympathyd_LDADD = ../src/libsympathy.la -lutil AM_CFLAGS=-g -- cgit v1.2.3