X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=apps%2FMakefile.am;h=51a39e4ff610fa11003e12424440244f33c4d8d1;hb=3e72a1f6fc28777c26e4fb109867bd2a3c7b89b0;hp=513e8ad02b4f3cf32a5558a5730820aca95e1cf0;hpb=1a3ed26293fc7e86e204fe324d4578c8acb1be12;p=sympathy.git diff --git a/apps/Makefile.am b/apps/Makefile.am index 513e8ad..51a39e4 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -7,6 +7,9 @@ # $Id$ # # $Log$ +# 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 *** # @@ -44,11 +47,18 @@ INCLUDES = -I$(srcdir)/../src bin_PROGRAMS = sympathy -noinst_HEADERS=clients.h mainloop.h +HDRS=clients.h mainloop.h +SRCS=sympathy.c usage.c clients.c mainloop.c -sympathy_SOURCES = sympathy.c usage.c clients.c mainloop.c +noinst_HEADERS=${HDRS} + +sympathy_SOURCES = ${SRCS} sympathy_LDADD = ../src/libsympathy.la -lutil +tidy: ${SRCS} ${HDRS} + indent -i2 -ts0 ${SRCS} ${HDRS} + /bin/rm -f *~ + AM_CFLAGS=-g -Werror