X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=apps%2FMakefile.am;h=6cc8718790ef24ee034e13be8efd102b08517e80;hp=cb1c67556ca98d6fd62015f764939c6ee793baf4;hb=a17e36f776907ddb4f582912243f5359d6e43107;hpb=0a981ed5140ccde1a49f5b018a87740b114f52ef diff --git a/apps/Makefile.am b/apps/Makefile.am index cb1c675..6cc8718 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -1,12 +1,27 @@ # # Makefile.am: # -# Copyright (c) 2008 James McKenzie , +# Copyright (c) 2008 James McKenzie , # All rights reserved. # -# $Id$ +# $Id: Makefile.am,v 1.12 2008/03/07 13:56:39 james Exp $ +# +# $Log: Makefile.am,v $ +# Revision 1.12 2008/03/07 13:56:39 james +# *** empty log message *** +# +# Revision 1.11 2008/02/24 00:42:53 james +# *** empty log message *** +# +# Revision 1.10 2008/02/20 18:35:10 james +# *** empty log message *** +# +# 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 *** # -# $Log$ # Revision 1.7 2008/02/16 01:30:56 james # *** empty log message *** # @@ -33,15 +48,19 @@ INCLUDES = -I$(srcdir)/../src -noinst_PROGRAMS = sympathyd sympathy +bin_PROGRAMS = sympathy + +HDRS=clients.h mainloop.h +SRCS=sympathy.c usage.c clients.c mainloop.c expand.c -noinst_HEADERS=clients.h client.h +noinst_HEADERS=${HDRS} -sympathy_SOURCES = sympathy.c client.c usage.c clients.c mainloop.c -sympathy_LDADD = ../src/libsympathy.a -lutil +sympathy_SOURCES = ${SRCS} +sympathy_LDADD = ../src/libsympathy.la -lutil -sympathyd_SOURCES = sympathyd.c clients.c client.c -sympathyd_LDADD = ../src/libsympathy.a -lutil +tidy: ${SRCS} ${HDRS} + indent -i2 -ts0 ${SRCS} ${HDRS} + /bin/rm -f *~ AM_CFLAGS=-g -Werror