chiark / gitweb /
auutogen.sh: Pass -Wno-portability
[sympathy.git] / apps / Makefile.am
index 513e8ad02b4f3cf32a5558a5730820aca95e1cf0..07582f346737a5cf892f1f6aa459edbf89214d3c 100644 (file)
@@ -4,9 +4,15 @@
 # Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 # 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 ***
 #
-# $Log$
 # Revision 1.10  2008/02/20 18:35:10  james
 # *** empty log message ***
 #
@@ -44,11 +50,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 expand.c
+
+noinst_HEADERS=${HDRS}
 
-sympathy_SOURCES = sympathy.c usage.c clients.c mainloop.c
+sympathy_SOURCES = ${SRCS}
 sympathy_LDADD = ../src/libsympathy.la  -lutil
 
+tidy: ${SRCS} ${HDRS}
+       indent -i2 -ts0 ${SRCS} ${HDRS} 
+       /bin/rm -f *~
+
 AM_CFLAGS=-g -Werror