diff options
Diffstat (limited to 'apps/Makefile.am')
-rw-r--r-- | apps/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am index cb1c675..57a6f69 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -7,6 +7,9 @@ # $Id$ # # $Log$ +# Revision 1.8 2008/02/20 18:31:44 james +# *** empty log message *** +# # Revision 1.7 2008/02/16 01:30:56 james # *** empty log message *** # @@ -37,7 +40,7 @@ noinst_PROGRAMS = sympathyd sympathy noinst_HEADERS=clients.h client.h -sympathy_SOURCES = sympathy.c client.c usage.c clients.c mainloop.c +sympathy_SOURCES = sympathy.c usage.c clients.c mainloop.c sympathy_LDADD = ../src/libsympathy.a -lutil sympathyd_SOURCES = sympathyd.c clients.c client.c |